Package com.tensegrity.graphics.device

Contains classes and interfaces defining devices that accomplish the drawing.

See:
          Description

Interface Summary
Device All drawing operations of the API take place on a Device object.
 

Class Summary
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.
DeviceStatistics This class gathers statistics for devices.
SVGDevice This Device implementation is used to export graph documents to the scalable vector graphics (SVG) format.
SWTDevice This is a TEMPORARY version of the SWT-based implementation of Device.
SWTDeviceNonAWTDependent This is a TEMPORARY version of the SWT-based implementation of Device.
 

Package com.tensegrity.graphics.device Description

Contains classes and interfaces defining devices that accomplish the drawing.



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