|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.util.io.Action
org.freehep.graphicsio.swf.SWFAction
org.freehep.graphicsio.swf.SWFAction.GotoFrame
public static class SWFAction.GotoFrame
Goto Frame Action.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.freehep.util.io.Action |
---|
org.freehep.util.io.Action.Unknown |
Constructor Summary | |
---|---|
SWFAction.GotoFrame()
|
|
SWFAction.GotoFrame(int frame)
|
Method Summary | |
---|---|
SWFAction |
read(int actionCode,
SWFInputStream swf,
int length)
|
java.lang.String |
toString()
|
void |
write(int actionCode,
SWFOutputStream swf)
|
Methods inherited from class org.freehep.graphicsio.swf.SWFAction |
---|
getVersion, read, write |
Methods inherited from class org.freehep.util.io.Action |
---|
getCode, getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SWFAction.GotoFrame(int frame)
public SWFAction.GotoFrame()
Method Detail |
---|
public SWFAction read(int actionCode, SWFInputStream swf, int length) throws java.io.IOException
read
in class SWFAction
java.io.IOException
public void write(int actionCode, SWFOutputStream swf) throws java.io.IOException
write
in class SWFAction
java.io.IOException
public java.lang.String toString()
toString
in class org.freehep.util.io.Action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |