Uses of Package
com.tensegrity.graphics.device

Packages that use com.tensegrity.graphics.device
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
com.tensegrity.composite.label Contains classes used by the CompositeLabel
com.tensegrity.graphics Contains basic classes and interfaces of the Tensegrity graphics framework.  
com.tensegrity.graphics.device Contains classes and interfaces defining devices that accomplish the drawing.  
com.tensegrity.graphics.device.awt Contains classes defining gradient, pattern and texture paints for use in an AWT context.  
com.tensegrity.graphics.interaction Contains classes and interfaces for handling graphic interactions.  
com.tensegrity.graphics.primitive2D Contains classes that define graphical primitives in 2D space.  
com.tensegrity.graphics.render Contains classes that are used to define the rendering data used to render the graphical objects onto a device.  
 

Classes in com.tensegrity.graphics.device used by com.tensegrity.composite
Device
           All drawing operations of the API take place on a Device object.
 

Classes in com.tensegrity.graphics.device used by com.tensegrity.composite.label
Device
           All drawing operations of the API take place on a Device object.
 

Classes in com.tensegrity.graphics.device used by com.tensegrity.graphics
Device
           All drawing operations of the API take place on a Device object.
 

Classes in com.tensegrity.graphics.device used by com.tensegrity.graphics.device
AbstractDevice
           Class AbstractDevice is the base class for all current Device implementations and handles Format objects in the same way for all derived classes.
AWTDevice
           All drawing performed by an AWTDevice are implemented by the drawing methods of classes java.awt.Graphics and java.awt.Graphics2D.
Device
           All drawing operations of the API take place on a Device object.
DeviceStatistics
          This class gathers statistics for devices.
SVGDevice
           This Device implementation is used to export graph documents to the scalable vector graphics (SVG) format.
 

Classes in com.tensegrity.graphics.device used by com.tensegrity.graphics.device.awt
AWTDevice
           All drawing performed by an AWTDevice are implemented by the drawing methods of classes java.awt.Graphics and java.awt.Graphics2D.
 

Classes in com.tensegrity.graphics.device used by com.tensegrity.graphics.interaction
Device
           All drawing operations of the API take place on a Device object.
 

Classes in com.tensegrity.graphics.device used by com.tensegrity.graphics.primitive2D
Device
           All drawing operations of the API take place on a Device object.
 

Classes in com.tensegrity.graphics.device used by com.tensegrity.graphics.render
Device
           All drawing operations of the API take place on a Device object.
 



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