pt.tumba.parser.swf
Class MovieBuilder.ClipActionBuilder

java.lang.Object
  extended by pt.tumba.parser.swf.SWFActionsImpl
      extended by pt.tumba.parser.swf.MovieBuilder.ActionsBuilder
          extended by pt.tumba.parser.swf.MovieBuilder.ClipActionBuilder
All Implemented Interfaces:
SWFActions
Enclosing class:
MovieBuilder

protected class MovieBuilder.ClipActionBuilder
extends MovieBuilder.ActionsBuilder

Description of the Class

Author:
unknown

Field Summary
protected  AlphaTransform cxform
          Description of the Field
protected  int depth
          Description of the Field
protected  boolean isMove
          Description of the Field
protected  Transform matrix
          Description of the Field
protected  java.lang.String name
          Description of the Field
protected  Symbol symbol
          Description of the Field
 
Fields inherited from class pt.tumba.parser.swf.MovieBuilder.ActionsBuilder
actions, version
 
Fields inherited from class pt.tumba.parser.swf.SWFActionsImpl
acts
 
Fields inherited from interface pt.tumba.parser.swf.SWFActions
GET_URL_MODE_LOAD_MOVIE_INTO_LEVEL, GET_URL_MODE_LOAD_MOVIE_INTO_SPRITE, GET_URL_MODE_LOAD_VARS_INTO_LEVEL, GET_URL_MODE_LOAD_VARS_INTO_SPRITE, GET_URL_SEND_VARS_GET, GET_URL_SEND_VARS_NONE, GET_URL_SEND_VARS_POST
 
Constructor Summary
protected MovieBuilder.ClipActionBuilder(Symbol symbol, Matrix matrix, AlphaTransform cxform, int depth, java.lang.String name, int version, boolean isMove)
          Constructor for the ClipActionBuilder object
 
Method Summary
 void done()
          All actions are done - place the instance
 
Methods inherited from class pt.tumba.parser.swf.MovieBuilder.ActionsBuilder
getActions, start
 
Methods inherited from class pt.tumba.parser.swf.SWFActionsImpl
add, and, asciiToChar, asciiToCharMB, bitAnd, bitOr, bitXor, blob, call, callFunction, callMethod, charMBToAscii, charToAscii, cloneSprite, comment, concat, convertToNumber, convertToString, decrement, defineLocal, defineLocalValue, deleteProperty, deleteThreadVars, divide, duplicate, end, endBlock, endDrag, enumerate, equals, getMember, getProperty, getTargetPath, getTime, getURL, getURL, getVariable, gotoFrame, gotoFrame, gotoFrame, ifJump, increment, initArray, initObject, jump, jumpLabel, lessThan, lookup, lookupTable, modulo, multiply, newMethod, newObject, nextFrame, not, or, play, pop, prevFrame, push, push, push, push, push, pushNull, pushRegister, randomNumber, removeSprite, returnValue, setMember, setProperty, setSWFActions, setTarget, setTarget, setVariable, shiftLeft, shiftRight, shiftRightUnsigned, startDrag, startFunction, startWith, stop, stopSounds, storeInRegister, stringEquals, stringLength, stringLengthMB, stringLessThan, substract, substring, substringMB, swap, toggleQuality, toInteger, trace, typedAdd, typedEquals, typedLessThan, typeOf, unknown, waitForFrame, waitForFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbol

protected Symbol symbol
Description of the Field


matrix

protected Transform matrix
Description of the Field


cxform

protected AlphaTransform cxform
Description of the Field


name

protected java.lang.String name
Description of the Field


depth

protected int depth
Description of the Field


isMove

protected boolean isMove
Description of the Field

Constructor Detail

MovieBuilder.ClipActionBuilder

protected MovieBuilder.ClipActionBuilder(Symbol symbol,
                                         Matrix matrix,
                                         AlphaTransform cxform,
                                         int depth,
                                         java.lang.String name,
                                         int version,
                                         boolean isMove)
Constructor for the ClipActionBuilder object

Parameters:
symbol - Description of the Parameter
matrix - Description of the Parameter
cxform - Description of the Parameter
depth - Description of the Parameter
name - Description of the Parameter
version - Description of the Parameter
isMove - Description of the Parameter
Method Detail

done

public void done()
          throws java.io.IOException
All actions are done - place the instance

Specified by:
done in interface SWFActions
Overrides:
done in class SWFActionsImpl
Throws:
java.io.IOException - Description of the Exception