|
||||||||||
| 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 Parameter| Method 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 value
public void start(int conditions)
throws java.io.IOException
start in interface SWFActionsstart in class ActionWriterconditions - Description of the Parameter
java.io.IOException - Description of the Exception
protected void writeBytes(byte[] bytes)
throws java.io.IOException
writeBytes in class ActionWriterbytes - Description of the Parameter
java.io.IOException - Description of the Exception
public void done()
throws java.io.IOException
done in interface SWFActionsdone in class ActionWriterjava.io.IOException - Description of the Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||