|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.SceneGraphObjectState
com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.NodeState
com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.GroupState
com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.PrimitiveState
com.sun.j3d.utils.scenegraph.io.state.com.sun.j3d.utils.geometry.ConeState
public class ConeState
Constructor Summary | |
---|---|
ConeState(SymbolTableData symbol,
Controller control)
|
Method Summary | |
---|---|
void |
buildGraph()
Subclasses should processes their own buildGraph requirements BEFORE calling super.buildGraph(). |
SceneGraphObject |
createNode(java.lang.Class j3dClass)
Create a new Java3D node from the supplied class using the parameterless constructor For Java3D nodes which do not have a default constructor you must overload this method and create the object using createNode( className, parameters ) This will correctly handle subclasses of Java3D classes |
void |
readConstructorParams(java.io.DataInput in)
Read the parameters required for the constructor of the Java3D object |
void |
readObject(java.io.DataInput in)
|
void |
writeConstructorParams(java.io.DataOutput out)
Write the parameters required for the constructor of the Java3D object |
void |
writeObject(java.io.DataOutput out)
DO NOT call symbolTable.addReference in writeObject as this (may) result in a concurrentModificationException. |
Methods inherited from class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.GroupState |
---|
cleanup |
Methods inherited from class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.SceneGraphObjectState |
---|
getNode, getNodeID, getSymbol |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConeState(SymbolTableData symbol, Controller control)
Method Detail |
---|
public void writeObject(java.io.DataOutput out) throws java.io.IOException
SceneGraphObjectState
writeObject
in class GroupState
java.io.IOException
public void readObject(java.io.DataInput in) throws java.io.IOException
readObject
in class GroupState
java.io.IOException
public void writeConstructorParams(java.io.DataOutput out) throws java.io.IOException
SceneGraphObjectState
writeConstructorParams
in class PrimitiveState
java.io.IOException
public void readConstructorParams(java.io.DataInput in) throws java.io.IOException
SceneGraphObjectState
readConstructorParams
in class PrimitiveState
java.io.IOException
public void buildGraph()
SceneGraphObjectState
buildGraph
in class PrimitiveState
public SceneGraphObject createNode(java.lang.Class j3dClass)
SceneGraphObjectState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |