Uses of Interface
pt.tumba.parser.swf.SWFActions

Packages that use SWFActions
pt.tumba.parser.swf   
 

Uses of SWFActions in pt.tumba.parser.swf
 

Classes in pt.tumba.parser.swf that implement SWFActions
 class Actions
          A set of actions
 class ActionTextWriter
          A writer that implements the SWFActions interface and writes actions to a text format
 class ActionWriter
          A writer that implements the SWFActions interface and writes action bytes to an OutStream
 class Decompiler
          An implementation of SWFActions that decompiles the Action Code
protected static class MovieBuilder.ActionsBuilder
          A SWFActions implementation that breaks multiple action arrays into separate Actions objects
protected  class MovieBuilder.ButtonActionBuilder
          Description of the Class
protected  class MovieBuilder.ClipActionBuilder
          Description of the Class
 class SWFActionsImpl
          A pass-through implementation of the SWFActions interface
 class SWFSaxParser
          A SAX2 parser (XMLReader) that implements the SWFTagTypes interface and produces an XML representation of the Flash movie.
protected static class TagWriter.ButtonActionWriter
          Description of the Class
 

Fields in pt.tumba.parser.swf declared as SWFActions
protected  SWFActions SWFSaxWriter.actions
          Description of the Field
protected  SWFActions ActionParser.actions
          Description of the Field
protected  SWFActions SWFActionsImpl.acts
          Description of the Field
 

Methods in pt.tumba.parser.swf that return SWFActions
protected  SWFActions TagWriter.factorySWFActions()
          Description of the Method
 SWFActions SWFTagDumper.tagDefineButton(int id, java.util.List buttonRecords)
          SWFTagTypes interface
 SWFActions SWFTagTypes.tagDefineButton(int id, java.util.List buttonRecords)
           
 SWFActions TagWriter.tagDefineButton(int id, java.util.List buttonRecords)
          SWFTagTypes interface
 SWFActions SWFSaxParser.tagDefineButton(int id, java.util.List buttonRecords)
          SWFTagTypes interface
 SWFActions MovieBuilder.tagDefineButton(int id, java.util.List buttonRecords)
          SWFTagTypes interface
 SWFActions SWFTagTypesImpl.tagDefineButton(int id, java.util.List buttonRecords)
          SWFTagTypes interface
 SWFActions SWFTagDumper.tagDefineButton2(int id, boolean trackAsMenu, java.util.List buttonRecord2s)
          SWFTagTypes interface
 SWFActions SWFTagTypes.tagDefineButton2(int id, boolean trackAsMenu, java.util.List buttonRecord2s)
           
 SWFActions TagWriter.tagDefineButton2(int id, boolean trackAsMenu, java.util.List buttonRecord2s)
          SWFTagTypes interface
 SWFActions SWFSaxParser.tagDefineButton2(int id, boolean trackAsMenu, java.util.List buttonRecord2s)
          SWFTagTypes interface
 SWFActions MovieBuilder.tagDefineButton2(int id, boolean trackAsMenu, java.util.List buttonRecord2s)
          SWFTagTypes interface
 SWFActions SWFTagTypesImpl.tagDefineButton2(int id, boolean trackAsMenu, java.util.List buttonRecord2s)
          SWFTagTypes interface
 SWFActions SWFTagDumper.tagDoAction()
          SWFTagTypes interface
 SWFActions TagWriter.tagDoAction()
          SWFTagTypes interface
 SWFActions SWFSaxParser.tagDoAction()
          SWFTagTypes interface
 SWFActions MovieBuilder.tagDoAction()
          SWFTagTypes interface
 SWFActions SWFSpriteTagTypes.tagDoAction()
           
 SWFActions SWFTagTypesImpl.tagDoAction()
          SWFTagTypes interface
 SWFActions SWFTagDumper.tagPlaceObject2(boolean isMove, int clipDepth, int depth, int charId, Matrix matrix, AlphaTransform cxform, int ratio, java.lang.String name, int clipActionFlags)
          SWFTagTypes interface
 SWFActions TagWriter.tagPlaceObject2(boolean isMove, int clipDepth, int depth, int charId, Matrix matrix, AlphaTransform cxform, int ratio, java.lang.String name, int clipActionFlags)
          SWFTagTypes interface
 SWFActions SWFSaxParser.tagPlaceObject2(boolean isMove, int clipDepth, int depth, int charId, Matrix matrix, AlphaTransform cxform, int ratio, java.lang.String name, int clipActionFlags)
          SWFTagTypes interface
 SWFActions MovieBuilder.tagPlaceObject2(boolean isMove, int clipDepth, int depth, int charId, Matrix matrix, AlphaTransform cxform, int ratio, java.lang.String name, int clipActionFlags)
          SWFTagTypes interface
 SWFActions SWFSpriteTagTypes.tagPlaceObject2(boolean isMove, int clipDepth, int depth, int charId, Matrix matrix, AlphaTransform cxform, int ratio, java.lang.String name, int clipActionFlags)
           
 SWFActions SWFTagTypesImpl.tagPlaceObject2(boolean isMove, int clipDepth, int depth, int charId, Matrix matrix, AlphaTransform cxform, int ratio, java.lang.String name, int clipActionFlags)
          SWFTagTypes interface
 

Methods in pt.tumba.parser.swf with parameters of type SWFActions
 void SWFActionsImpl.setSWFActions(SWFActions acts)
          Set the pass-through target
 void Actions.write(SWFActions swfactions)
          Parse the action contents and write them to the SWFActions interface
 

Constructors in pt.tumba.parser.swf with parameters of type SWFActions
ActionParser(SWFActions actions)
          Constructor for the ActionParser object
SWFActionsImpl(SWFActions acts)