Uses of Class
com.tensegrity.graphics.device.AWTDevice

Packages that use AWTDevice
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.  
 

Uses of AWTDevice in com.tensegrity.graphics.device
 

Subclasses of AWTDevice in com.tensegrity.graphics.device
 class SWTDevice
           This is a TEMPORARY version of the SWT-based implementation of Device.
 

Methods in com.tensegrity.graphics.device that return AWTDevice
static AWTDevice AWTDevice.getDevice(java.awt.Graphics gfx)
          This is a static factory alike method that lazily instantiates the awt device and returns a reference to it.
 

Methods in com.tensegrity.graphics.device with parameters of type AWTDevice
static java.awt.Paint AWTDevice.createAWTPaint(AWTDevice device, PaintFormat paintformat)
          Returns a java.awt.Paint instance.
static java.awt.Paint AWTDevice.createAWTPaint(AWTDevice device, int style, int colorback, int colorfore, int gradientType, int patternType, Texture texture, int transparency, boolean transparent)
          Returns a java.awt.Paint instance.
 

Uses of AWTDevice in com.tensegrity.graphics.device.awt
 

Constructors in com.tensegrity.graphics.device.awt with parameters of type AWTDevice
AWTTexturePaint(AWTDevice device, Texture texture, int transparency)
          Constructor that creates a AWTTexturePaint with the Texture given by texture and the transparency level given by transparency.
AWTTexturePaint(AWTDevice device, Texture texture, int type, int transparency)
          Constructor that creates a AWTTexturePaint with the Texture given by texture, the transparency level given by transparency and the scaling mode given by type.
 



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