org.freehep.graphicsio.swf
Class SWFAction.Push

java.lang.Object
  extended by org.freehep.util.io.Action
      extended by org.freehep.graphicsio.swf.SWFAction
          extended by org.freehep.graphicsio.swf.SWFAction.Push
Enclosing class:
SWFAction

public static class SWFAction.Push
extends SWFAction

Push Action.


Nested Class Summary
static class SWFAction.Push.Value
           
 
Nested classes/interfaces inherited from class org.freehep.graphicsio.swf.SWFAction
SWFAction.Add, SWFAction.Add2, SWFAction.And, SWFAction.AsciiToChar, SWFAction.BitAnd, SWFAction.BitLShift, SWFAction.BitOr, SWFAction.BitRShift, SWFAction.BitURShift, SWFAction.BitXor, SWFAction.Call, SWFAction.CallFunction, SWFAction.CallMethod, SWFAction.CharToAscii, SWFAction.CloneSprite, SWFAction.ConstantPool, SWFAction.Decrement, SWFAction.DefineFunction, SWFAction.DefineLocal, SWFAction.DefineLocal2, SWFAction.Delete, SWFAction.Delete2, SWFAction.Divide, SWFAction.EndDrag, SWFAction.Enumerate, SWFAction.Enumerate2, SWFAction.Equals, SWFAction.Equals2, SWFAction.GetMember, SWFAction.GetProperty, SWFAction.GetTime, SWFAction.GetURL, SWFAction.GetURL2, SWFAction.GetVariable, SWFAction.GotoFrame, SWFAction.GotoFrame2, SWFAction.GotoLabel, SWFAction.Greater, SWFAction.If, SWFAction.Increment, SWFAction.InitArray, SWFAction.InitObject, SWFAction.InstanceOf, SWFAction.Jump, SWFAction.Less, SWFAction.Less2, SWFAction.MBAsciiToChar, SWFAction.MBCharToAscii, SWFAction.MBStringExtract, SWFAction.MBStringLength, SWFAction.Modulo, SWFAction.Multiply, SWFAction.NewMethod, SWFAction.NewObject, SWFAction.NextFrame, SWFAction.Not, SWFAction.Or, SWFAction.Play, SWFAction.Pop, SWFAction.PreviousFrame, SWFAction.Push, SWFAction.PushDuplicate, SWFAction.RandomNumber, SWFAction.RemoveSprite, SWFAction.Return, SWFAction.SetMember, SWFAction.SetProperty, SWFAction.SetTarget, SWFAction.SetTarget2, SWFAction.SetVariable, SWFAction.StackSwap, SWFAction.StartDrag, SWFAction.Stop, SWFAction.StopSounds, SWFAction.StoreRegister, SWFAction.StrictEquals, SWFAction.StringAdd, SWFAction.StringEquals, SWFAction.StringExtract, SWFAction.StringGreater, SWFAction.StringLength, SWFAction.StringLess, SWFAction.Subtract, SWFAction.TargetPath, SWFAction.ToggleQuality, SWFAction.ToInteger, SWFAction.ToNumber, SWFAction.ToString, SWFAction.Trace, SWFAction.TypeOf, SWFAction.WaitForFrame, SWFAction.WaitForFrame2, SWFAction.With
 
Nested classes/interfaces inherited from class org.freehep.util.io.Action
org.freehep.util.io.Action.Unknown
 
Field Summary
static int BOOLEAN
           
static int DOUBLE
           
static int FLOAT
           
static int INTEGER
           
static int LOOKUP
           
static int LOOKUP2
           
static int NULL
           
static int REGISTER
           
static int STRING
           
static int UNDEFINED
           
 
Constructor Summary
SWFAction.Push()
           
 
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
 

Field Detail

STRING

public static final int STRING
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

NULL

public static final int NULL
See Also:
Constant Field Values

UNDEFINED

public static final int UNDEFINED
See Also:
Constant Field Values

REGISTER

public static final int REGISTER
See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
See Also:
Constant Field Values

DOUBLE

public static final int DOUBLE
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

LOOKUP

public static final int LOOKUP
See Also:
Constant Field Values

LOOKUP2

public static final int LOOKUP2
See Also:
Constant Field Values
Constructor Detail

SWFAction.Push

public SWFAction.Push()
Method Detail

read

public SWFAction read(int actionCode,
                      SWFInputStream swf,
                      int length)
               throws java.io.IOException
Overrides:
read in class SWFAction
Throws:
java.io.IOException

write

public void write(int actionCode,
                  SWFOutputStream swf)
           throws java.io.IOException
Overrides:
write in class SWFAction
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class org.freehep.util.io.Action


Copyright © 2000-2007 FreeHEP. All Rights Reserved.