uk.co.badgersinfoil.jactionscript.example
Class SWFActionRewrite

java.lang.Object
  |
  +--SWFTagTypesImpl
        |
        +--uk.co.badgersinfoil.jactionscript.example.SWFActionRewrite

public class SWFActionRewrite
extends SWFTagTypesImpl

This doesn't work yet.

See Also:
Serialized Form

Constructor Summary
SWFActionRewrite(SWFTagTypes tags)
           
 
Method Summary
 SWFActions tagDefineButton(int id, java.util.Vector buttonRecords)
           
 SWFActions tagDefineButton2(int id, boolean trackAsMenu, java.util.Vector buttonRecord2s)
           
 SWFTagTypes tagDefineSprite(int id)
           
 SWFActions tagDoAction()
           
 SWFActions tagDoInitAction(int spriteId)
           
 SWFActions tagPlaceObject2(boolean isMove, int clipDepth, int depth, int charId, Matrix matrix, AlphaTransform cxform, int ratio, java.lang.String name, int clipActionFlags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWFActionRewrite

public SWFActionRewrite(SWFTagTypes tags)
Method Detail

tagDoAction

public SWFActions tagDoAction()
                       throws java.io.IOException
java.io.IOException

tagDoInitAction

public SWFActions tagDoInitAction(int spriteId)
                           throws java.io.IOException
java.io.IOException

tagPlaceObject2

public SWFActions tagPlaceObject2(boolean isMove,
                                  int clipDepth,
                                  int depth,
                                  int charId,
                                  Matrix matrix,
                                  AlphaTransform cxform,
                                  int ratio,
                                  java.lang.String name,
                                  int clipActionFlags)
                           throws java.io.IOException
java.io.IOException

tagDefineButton

public SWFActions tagDefineButton(int id,
                                  java.util.Vector buttonRecords)
                           throws java.io.IOException
java.io.IOException

tagDefineButton2

public SWFActions tagDefineButton2(int id,
                                   boolean trackAsMenu,
                                   java.util.Vector buttonRecord2s)
                            throws java.io.IOException
java.io.IOException

tagDefineSprite

public SWFTagTypes tagDefineSprite(int id)
                            throws java.io.IOException
java.io.IOException