|
||||||||||
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.LeafState
com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.BehaviorState
com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.LODState
public abstract class LODState
Constructor Summary | |
---|---|
LODState(SymbolTableData symbol,
Controller control)
|
Method Summary | |
---|---|
void |
buildGraph()
Subclasses should processes their own buildGraph requirements BEFORE calling super.buildGraph(). |
void |
readObject(java.io.DataInput in)
|
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.SceneGraphObjectState |
---|
cleanup, getNode, getNodeID, getSymbol |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LODState(SymbolTableData symbol, Controller control)
Method Detail |
---|
public void writeObject(java.io.DataOutput out) throws java.io.IOException
SceneGraphObjectState
writeObject
in class BehaviorState
java.io.IOException
public void readObject(java.io.DataInput in) throws java.io.IOException
readObject
in class BehaviorState
java.io.IOException
public void buildGraph()
SceneGraphObjectState
buildGraph
in class BehaviorState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |