com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.image
Class ImageComponent2DURLState

java.lang.Object
  extended by com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.SceneGraphObjectState
      extended by com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.NodeComponentState
          extended by com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.ImageComponentState
              extended by com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.image.ImageComponent2DURLState

public class ImageComponent2DURLState
extends ImageComponentState


Field Summary
 
Fields inherited from class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.ImageComponentState
GZIP_COMPRESSION, JPEG_COMPRESSION, NO_COMPRESSION
 
Constructor Summary
ImageComponent2DURLState(SymbolTableData symbol, Controller control)
           
 
Method Summary
 void readConstructorParams(java.io.DataInput in)
          Read the parameters required for the constructor of the Java3D object
static void setLoadListener(ImageComponent2DURLIOListener loadListener)
          Set the listener which will handle the creation of this ImageComponent from it's URL.
 void writeConstructorParams(java.io.DataOutput out)
          Write the parameters required for the constructor of the Java3D object
 
Methods inherited from class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.NodeComponentState
addSubReference, readObject, writeObject
 
Methods inherited from class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.SceneGraphObjectState
buildGraph, cleanup, getNode, getNodeID, getSymbol
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageComponent2DURLState

public ImageComponent2DURLState(SymbolTableData symbol,
                                Controller control)
Method Detail

writeConstructorParams

public void writeConstructorParams(java.io.DataOutput out)
                            throws java.io.IOException
Description copied from class: SceneGraphObjectState
Write the parameters required for the constructor of the Java3D object

Throws:
java.io.IOException

readConstructorParams

public void readConstructorParams(java.io.DataInput in)
                           throws java.io.IOException
Description copied from class: SceneGraphObjectState
Read the parameters required for the constructor of the Java3D object

Throws:
java.io.IOException

setLoadListener

public static void setLoadListener(ImageComponent2DURLIOListener loadListener)
Set the listener which will handle the creation of this ImageComponent from it's URL. Only a single listener can be set for all ImageComponent2DURL in the scenegraph.