|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Place3 | |
---|---|
com.flagstone.transform | Transform SWF is an API for reading and writing Flash files. |
Uses of Place3 in com.flagstone.transform |
---|
Methods in com.flagstone.transform that return Place3 | |
---|---|
Place3 |
Place3.add(EventHandler aClipEvent)
Adds a clip event to the list of clip events. |
Place3 |
Place3.add(Filter filter)
Adds a Filter to the list of filters. |
Place3 |
Place3.copy()
Creates a complete copy of this object. |
static Place3 |
Place3.move(int layer,
int xCoord,
int yCoord)
Change the position of a displayed object. |
static Place3 |
Place3.replace(int identifier,
int layer)
Replace an existing object with another. |
static Place3 |
Place3.replace(int identifier,
int layer,
int xCoord,
int yCoord)
Replace an existing object with another. |
Place3 |
Place3.setBitmapCache(Integer cache)
Set whether the displayed object should be cached as a bitmap. |
Place3 |
Place3.setBlend(Blend mode)
Set the blend that describes how the object will be rendered in relation to the background. |
Place3 |
Place3.setClassName(String aName)
Set the name of the Actionscript 3 class which will be used to render the object to be displayed. |
Place3 |
Place3.setColorTransform(ColorTransform cxform)
Sets the colour transform that defines the colour effects applied to the object. |
Place3 |
Place3.setDepth(Integer aNumber)
Sets the number of layers that this object will mask. |
Place3 |
Place3.setIdentifier(int uid)
Sets the identifier of the object. |
Place3 |
Place3.setLayer(int aLayer)
Sets the layer at which the object will be placed. |
Place3 |
Place3.setName(String aString)
Set the name of an object to be displayed. |
Place3 |
Place3.setRatio(Integer aNumber)
Sets point of the morphing process for a morph shape in the range 0..65535. |
Place3 |
Place3.setTransform(CoordTransform matrix)
Sets the coordinate transform that defines the position where the object will be displayed. |
Place3 |
Place3.setType(PlaceType aType)
Sets the type of placement. |
static Place3 |
Place3.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 Place3 | |
---|---|
Place3(Place3 object)
Creates and initialises a Place3 object using the values copied from another Place3 object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |