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

Packages that use DefineShape2
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 DefineShape2 in com.flagstone.transform.shape
 

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

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

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

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



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