Uses of Class
com.tensegrity.graphics.Pattern

Packages that use Pattern
com.tensegrity.graphics Contains basic classes and interfaces of the Tensegrity graphics framework.  
com.tensegrity.graphics.device.awt Contains classes defining gradient, pattern and texture paints for use in an AWT context.  
com.tensegrity.graphics.device.swt Contains classes defining gradients for the Standard Widget Toolkit (SWT).  
 

Uses of Pattern in com.tensegrity.graphics
 

Fields in com.tensegrity.graphics declared as Pattern
static Pattern Pattern.PATTERN_SOLID
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_GREY75
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_GREY50
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_GREY25
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_GREY16
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_GREY8
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_HORIZONTAL
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_VERTICAL
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_DOWN
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_UP
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_CHECKER
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_SEMIGREY75
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_LIGHTHORIZONTAL
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_LIGHTVERTICAL
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_LIGHTDOWN
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_LIGHTUP
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_GRID
          enumeration of the predefined patterns
static Pattern Pattern.PATTERN_CRISSCROSS
          enumeration of the predefined patterns
 

Methods in com.tensegrity.graphics that return Pattern
static Pattern Pattern.getPattern(int type, int colorback, int colorfore)
          Returns an instance of a Pattern object that belongs to the type given by type.
 

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

Constructors in com.tensegrity.graphics.device.awt with parameters of type Pattern
AWTPatternPaintContext(Pattern pattern, java.awt.Rectangle rcPaint, int transparency)
          Constructor that creates a AWTPatternPaintContext with the Pattern given by pattern, the transparency level given by transparency that renders within the Rectangle given by rcPaint.
AWTPatternPaint(Pattern pattern, int transparency)
          Constructor that creates a AWTPatternPaint with the Pattern given by pattern and the transparency level given by transparency.
 

Uses of Pattern in com.tensegrity.graphics.device.swt
 

Constructors in com.tensegrity.graphics.device.swt with parameters of type Pattern
SWTPatternContext(Pattern pattern, org.eclipse.swt.graphics.Rectangle rcPaint)
           Default constructor initializing this context with the Pattern to be rendered and the area where it should be rendered.
 



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