|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instance | |
---|---|
pt.tumba.parser.swf |
Uses of Instance in pt.tumba.parser.swf |
---|
Fields in pt.tumba.parser.swf declared as Instance | |
---|---|
protected Instance |
Placement.instance
Description of the Field |
Methods in pt.tumba.parser.swf that return Instance | |
---|---|
Instance |
Placement.getInstance()
Get the Symbol Instance represented by this Placement |
protected Instance |
MovieBuilder.getInstance(int depth)
Gets the instance attribute of the MovieBuilder object |
Instance |
Frame.placeMovieClip(Symbol symbol,
Transform matrix2,
AlphaTransform cxform,
java.lang.String name,
Actions[] clipActions)
Place a Movie Clip at the next available depth with the given properties. |
Instance |
Frame.placeSymbol(Symbol symbol,
int x,
int y)
Place a symbol at the given coordinates at the next available depth. |
Instance |
Frame.placeSymbol(Symbol symbol,
Transform matrix,
AlphaTransform cxform)
Place a symbol at the next available depth with the given matrix transform and color transform. |
Instance |
Frame.placeSymbol(Symbol symbol,
Transform matrix2,
AlphaTransform cxform,
int ratio,
int clipDepth)
Place a symbol at the next available depth with the given properties. |
Instance |
Frame.replaceMovieClip(Symbol symbol,
int depth,
Transform matrix2,
AlphaTransform cxform,
java.lang.String name,
Actions[] clipActions)
Replace the Symbol at the given depth with the new MovieClip |
Instance |
Frame.replaceSymbol(Symbol symbol,
int depth,
Transform matrix2,
AlphaTransform cxform,
int ratio,
int clipDepth)
Replace the symbol at the given depth with the new symbol |
Methods in pt.tumba.parser.swf with parameters of type Instance | |
---|---|
void |
Frame.alter(Instance instance,
int x,
int y)
Alter the symbol instance by moving it to the new coordinates. |
void |
Frame.alter(Instance instance,
Transform matrix,
AlphaTransform cxform)
Alter the symbol instance by applying the given transform and/or color transform. |
void |
Frame.alter(Instance instance,
Transform matrix,
AlphaTransform cxform,
int ratio)
Alter the symbol instance by applying the given properties. |
void |
Frame.remove(Instance instance)
Remove the symbol instance from the stage |
protected void |
MovieBuilder.saveInstance(int depth,
Instance inst)
Description of the Method |
Constructors in pt.tumba.parser.swf with parameters of type Instance | |
---|---|
Placement(Instance instance,
int frameNumber)
Constructor for the Placement object |
|
Placement(Instance instance,
Transform matrix,
AlphaTransform cxform,
java.lang.String name,
int ratio,
int clipDepth,
int frameNumber,
boolean alteration,
boolean replacement,
Actions[] clipActions)
Constructor for the Placement object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |