public class PrimitiveState extends GroupState
| Modifier and Type | Field and Description |
|---|---|
protected int |
primflags |
groupChildrencontrol, node, nodeClassName, symbol| Constructor and Description |
|---|
PrimitiveState(SymbolTableData symbol,
Controller control) |
| Modifier and Type | Method and Description |
|---|---|
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
|
cleanup, createNode, readObject, writeObjectcreateNode, createNode, createNode, createState, getNode, getNodeID, getSymbol, readString, writeStringpublic PrimitiveState(SymbolTableData symbol, Controller control)
public void writeConstructorParams(java.io.DataOutput out)
throws java.io.IOException
SceneGraphObjectStatewriteConstructorParams in class SceneGraphObjectStatejava.io.IOExceptionpublic void readConstructorParams(java.io.DataInput in)
throws java.io.IOException
SceneGraphObjectStatereadConstructorParams in class SceneGraphObjectStatejava.io.IOExceptionpublic void buildGraph()
SceneGraphObjectStatebuildGraph in class GroupStateprotected boolean processChildren()
processChildren in class GroupStateCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.