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(DataInput in)
Read the parameters required for the constructor of the Java3D object
|
void |
writeConstructorParams(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(DataOutput out) throws IOException
SceneGraphObjectStatewriteConstructorParams in class SceneGraphObjectStateIOExceptionpublic void readConstructorParams(DataInput in) throws IOException
SceneGraphObjectStatereadConstructorParams in class SceneGraphObjectStateIOExceptionpublic void buildGraph()
SceneGraphObjectStatebuildGraph in class GroupStateprotected boolean processChildren()
processChildren in class GroupStateCopyright © 2016–2022 SciJava. All rights reserved.