Uses of Class
pt.tumba.parser.swf.Actions

Packages that use Actions
pt.tumba.parser.swf   
 

Uses of Actions in pt.tumba.parser.swf
 

Fields in pt.tumba.parser.swf declared as Actions
protected  Actions Frame.actions
          Description of the Field
protected  Actions[] Placement.clipActions
          Description of the Field
 

Methods in pt.tumba.parser.swf that return Actions
 Actions Frame.actions(int flashVersion)
          Reset the frame actions (if any) and return the new empty Actions object
 Actions Button.addActions(int conditionFlags, int flashVersion)
          Adds a feature to the Actions attribute of the Button object
 Actions Frame.getActions()
          Get the frame actions
 Actions[] MovieBuilder.ActionsBuilder.getActions()
          Gets the actions attribute of the ActionsBuilder object
 Actions[] Placement.getClipActions()
          Get the actions for a movie clip
 

Methods in pt.tumba.parser.swf with parameters of type Actions
 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.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
 void Frame.setActions(Actions actions)
          Set the frame actions (or null them out)
 void Placement.setClipActions(Actions[] clipActions)
          Set the actions for a movie clip
 

Constructors in pt.tumba.parser.swf with parameters of type Actions
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