|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.tumba.parser.swf.ActionWriter
pt.tumba.parser.swf.Actions
public class Actions
A set of actions
Field Summary | |
---|---|
protected byte[] |
bytes
Description of the Field |
protected int |
conditions
Description of the Field |
Fields inherited from class pt.tumba.parser.swf.ActionWriter |
---|
blocks, blockStack, bout, count, flashVersion, jumps, labels, out, pushValues, skips, tagWriter |
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 | |
---|---|
Actions(int flashVersion)
Constructor for the Actions object |
|
Actions(int conditions,
int flashVersion)
Constructor for the Actions object |
Method Summary | |
---|---|
void |
done()
SWFActions interface |
int |
getConditions()
The condition flags depend on context - frame, button or clip actions |
void |
setConditions(int conds)
Sets the conditions attribute of the Actions object |
void |
start(int conditions)
SWFActions interface |
void |
write(SWFActions swfactions)
Parse the action contents and write them to the SWFActions interface |
protected void |
writeBytes(byte[] bytes)
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int conditions
protected byte[] bytes
Constructor Detail |
---|
public Actions(int conditions, int flashVersion)
conditions
- Description of the ParameterflashVersion
- Description of the Parameterpublic Actions(int flashVersion)
flashVersion
- Description of the ParameterMethod Detail |
---|
public void write(SWFActions swfactions) throws java.io.IOException
swfactions
- Description of the Parameter
java.io.IOException
- Description of the Exceptionpublic int getConditions()
public void setConditions(int conds)
conds
- The new conditions valuepublic void start(int conditions) throws java.io.IOException
start
in interface SWFActions
start
in class ActionWriter
conditions
- Description of the Parameter
java.io.IOException
- Description of the Exceptionprotected void writeBytes(byte[] bytes) throws java.io.IOException
writeBytes
in class ActionWriter
bytes
- Description of the Parameter
java.io.IOException
- Description of the Exceptionpublic void done() throws java.io.IOException
done
in interface SWFActions
done
in class ActionWriter
java.io.IOException
- Description of the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |