Uses of Class
com.tensegrity.graphics.render.RenderingDataKey

Packages that use RenderingDataKey
com.tensegrity.graphics.render Contains classes that are used to define the rendering data used to render the graphical objects onto a device.  
 

Uses of RenderingDataKey in com.tensegrity.graphics.render
 

Fields in com.tensegrity.graphics.render declared as RenderingDataKey
static RenderingDataKey RenderingData.KEY_STROKE
          Constant that defines a RenderingDataKey for rendering the StrokeFormat of a graphical object
static RenderingDataKey RenderingData.KEY_PAINT
          Constant that defines a RenderingDataKey for rendering the PaintFormat of a graphical object
static RenderingDataKey RenderingData.KEY_MARKER_BEGIN
          Constant that defines a RenderingDataKey for rendering the MarkerFormat at the begin of a line.
static RenderingDataKey RenderingData.KEY_MARKER_END
          Constant that defines a RenderingDataKey for rendering the MarkerFormat at the end of a line.
static RenderingDataKey RenderingData.KEY_TEXT
          Constant that defines a RenderingDataKey for rendering the text of a graphical object
static RenderingDataKey RenderingData.KEY_ILLUSTRATOR
          Constant that defines a RenderingDataKey for the Illustrator instance that renders the graphical object
static RenderingDataKey RenderingData.KEY_STROKE_CAPS
          Constant that defines a RenderingDataKey for rendering the caps of a stroke
 

Methods in com.tensegrity.graphics.render with parameters of type RenderingDataKey
 java.lang.Object RenderingData.get(RenderingDataKey key)
          Returns the value of the RenderingDataKey given by key.
 void RenderingData.put(RenderingDataKey key, java.lang.Object value)
          Sets the Object given by value as value for the RenderingDataKey given by key.
static java.lang.Object[][] RenderUtilities.getMarkerData(RenderingData renderdata, RenderingDataKey markerkey)
          Returns the data of a MarkerFormat located in the RenderingData given by renderdata.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.