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

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

Uses of ShapeData in com.flagstone.transform.shape
 

Methods in com.flagstone.transform.shape that return ShapeData
 ShapeData ShapeData.copy()
          Creates a complete copy of this object.
 

Methods in com.flagstone.transform.shape with parameters of type ShapeData
static Shape Shape.shapeFromData(ShapeData shapeData)
          Decode a ShapeData object into the set of ShapeRecord objects that describe how a shape is drawn.
 

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



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