com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d
Class ImageComponent3DState

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.javax.media.j3d.ImageComponent3DState

public class ImageComponent3DState
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
ImageComponent3DState(SymbolTableData symbol, Controller control)
           
 
Method Summary
 void readConstructorParams(java.io.DataInput in)
          Read the parameters required for the constructor of the Java3D object
 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

ImageComponent3DState

public ImageComponent3DState(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