|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.tumba.parser.swf.SWFActionsImpl
pt.tumba.parser.swf.MovieBuilder.ActionsBuilder
pt.tumba.parser.swf.MovieBuilder.ClipActionBuilder
protected class MovieBuilder.ClipActionBuilder
Description of the Class
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Symbol symbol
protected Transform matrix
protected AlphaTransform cxform
protected java.lang.String name
protected int depth
protected boolean isMove
Constructor Detail |
---|
protected MovieBuilder.ClipActionBuilder(Symbol symbol, Matrix matrix, AlphaTransform cxform, int depth, java.lang.String name, int version, boolean isMove)
symbol
- Description of the Parametermatrix
- Description of the Parametercxform
- Description of the Parameterdepth
- Description of the Parametername
- Description of the Parameterversion
- Description of the ParameterisMove
- Description of the ParameterMethod Detail |
---|
public void done() throws java.io.IOException
done
in interface SWFActions
done
in class SWFActionsImpl
java.io.IOException
- Description of the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |