Uses of Class
com.flagstone.transform.shape.DefineShape3

Packages that use DefineShape3
com.flagstone.transform.shape The shape package contains all the classes for encoding and decoding the data structures that represent the different shape definitions and strokes that are used to draw shapes. 
com.flagstone.transform.util.shape The shape package contains convenience classes for drawing shapes. 
 

Uses of DefineShape3 in com.flagstone.transform.shape
 

Methods in com.flagstone.transform.shape that return DefineShape3
 DefineShape3 DefineShape3.add(FillStyle style)
          Add the fill style to the list of fill styles.
 DefineShape3 DefineShape3.add(LineStyle style)
          Add a LineStyle1 to the list of line styles.
 DefineShape3 DefineShape3.copy()
          Creates a complete copy of this object.
 

Constructors in com.flagstone.transform.shape with parameters of type DefineShape3
DefineShape3(DefineShape3 object)
          Creates and initialises a DefineShape3 object using the values copied from another DefineShape3 object.
 

Uses of DefineShape3 in com.flagstone.transform.util.shape
 

Methods in com.flagstone.transform.util.shape that return DefineShape3
 DefineShape3 Canvas.defineTransparentShape(int identifier)
          Generates a transparent shape containing the current path and styles.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.