|
|||||||||
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
public class PrimitiveState
Field Summary | |
---|---|
protected int |
primflags
|
Fields inherited from class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.GroupState |
---|
groupChildren |
Fields inherited from class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.SceneGraphObjectState |
---|
control, node, nodeClassName, symbol |
Constructor Summary | |
---|---|
PrimitiveState(SymbolTableData symbol,
Controller control)
|
Method Summary | |
---|---|
void |
buildGraph()
Subclasses should processes their own buildGraph requirements BEFORE calling super.buildGraph(). |
protected boolean |
processChildren()
Returns true if the groups children should be saved. |
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.GroupState |
---|
cleanup, createNode, readObject, writeObject |
Methods inherited from class com.sun.j3d.utils.scenegraph.io.state.javax.media.j3d.SceneGraphObjectState |
---|
createNode, createNode, createNode, createState, getNode, getNodeID, getSymbol, readString, writeString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int primflags
Constructor Detail |
---|
public PrimitiveState(SymbolTableData symbol, Controller control)
Method Detail |
---|
public void writeConstructorParams(java.io.DataOutput out) throws java.io.IOException
SceneGraphObjectState
writeConstructorParams
in class SceneGraphObjectState
java.io.IOException
public void readConstructorParams(java.io.DataInput in) throws java.io.IOException
SceneGraphObjectState
readConstructorParams
in class SceneGraphObjectState
java.io.IOException
public void buildGraph()
SceneGraphObjectState
buildGraph
in class GroupState
protected boolean processChildren()
processChildren
in class GroupState
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |