org.freehep.graphicsio.swf
Class SWFAction.Push.Value

java.lang.Object
  extended by org.freehep.graphicsio.swf.SWFAction.Push.Value
Enclosing class:
SWFAction.Push

public static class SWFAction.Push.Value
extends Object


Constructor Summary
SWFAction.Push.Value(boolean b)
           
SWFAction.Push.Value(byte r)
           
SWFAction.Push.Value(byte type, byte[] data)
           
SWFAction.Push.Value(double d)
           
SWFAction.Push.Value(float f)
           
SWFAction.Push.Value(int i)
           
SWFAction.Push.Value(Object x)
           
SWFAction.Push.Value(short index)
           
SWFAction.Push.Value(String s)
           
 
Method Summary
static SWFAction.Push.Value read(SWFInputStream swf)
           
 String toString()
           
 void write(SWFOutputStream swf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SWFAction.Push.Value

public SWFAction.Push.Value(String s)

SWFAction.Push.Value

public SWFAction.Push.Value(float f)

SWFAction.Push.Value

public SWFAction.Push.Value(Object x)

SWFAction.Push.Value

public SWFAction.Push.Value(byte r)

SWFAction.Push.Value

public SWFAction.Push.Value(boolean b)

SWFAction.Push.Value

public SWFAction.Push.Value(double d)

SWFAction.Push.Value

public SWFAction.Push.Value(int i)

SWFAction.Push.Value

public SWFAction.Push.Value(short index)

SWFAction.Push.Value

public SWFAction.Push.Value(byte type,
                            byte[] data)
Method Detail

read

public static SWFAction.Push.Value read(SWFInputStream swf)
                                 throws IOException
Throws:
IOException

write

public void write(SWFOutputStream swf)
           throws IOException
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.