FreeHEP API
Version v1.2

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

java.lang.Object
  |
  +--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
IOException

write

public void write(SWFOutputStream swf)
           throws IOException
IOException

toString

public String toString()
Overrides:
toString in class Object

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.