FreeHEP API
Version current

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

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

public static class SWFAction.Push.Value
extends Object

Source Code:
SWFAction.Push.Value.java

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()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.