Uses of Class
com.flagstone.transform.Place

Packages that use Place
com.flagstone.transform Transform SWF is an API for reading and writing Flash files. 
 

Uses of Place in com.flagstone.transform
 

Methods in com.flagstone.transform that return Place
 Place Place.copy()
          Creates a complete copy of this object.
 Place Place.setColorTransform(ColorTransform cxform)
          Sets the colour transform that defines any colour effects applied when the object is displayed.
 Place Place.setIdentifier(int uid)
          Sets the identifier of the object that will be added to the display list.
 Place Place.setLayer(int aNumber)
          Sets the layer that defines the order in which objects are displayed.
 Place Place.setLocation(int xCoord, int yCoord)
          Sets the location where the object will be displayed.
 Place Place.setTransform(CoordTransform matrix)
          Sets the transform that defines the position where the object is displayed.
 

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



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