Uses of Class
com.flagstone.transform.Place2

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

Uses of Place2 in com.flagstone.transform
 

Methods in com.flagstone.transform that return Place2
 Place2 Place2.add(EventHandler aClipEvent)
          Adds a clip event to the list of clip events.
 Place2 Place2.copy()
          Creates a complete copy of this object.
static Place2 Place2.move(int layer, int xCoord, int yCoord)
          Change the position of a displayed object.
static Place2 Place2.replace(int identifier, int layer)
          Replace an existing object with another.
static Place2 Place2.replace(int identifier, int layer, int xCoord, int yCoord)
          Replace an existing object with another.
 Place2 Place2.setColorTransform(ColorTransform cxform)
          Sets the colour transform that defines the colour effects applied to the object.
 Place2 Place2.setDepth(Integer aNumber)
          Sets the number of layers that this object will mask.
 Place2 Place2.setIdentifier(int uid)
          Sets the identifier of the object.
 Place2 Place2.setLayer(int aLayer)
          Sets the layer at which the object will be placed.
 Place2 Place2.setLocation(int xCoord, int yCoord)
          Sets the location where the object will be displayed.
 Place2 Place2.setName(String aString)
          Set the name of an object to be displayed.
 Place2 Place2.setRatio(Integer aNumber)
          Sets point of the morphing process for a morph shape in the range 0..65535.
 Place2 Place2.setTransform(CoordTransform matrix)
          Sets the coordinate transform that defines the position where the object will be displayed.
 Place2 Place2.setType(PlaceType aType)
          Sets the type of placement.
static Place2 Place2.show(int identifier, int layer, int xCoord, int yCoord)
          Place a new object on the display list.
 

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



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