public abstract class GeometryArrayState extends GeometryState
Modifier and Type | Field and Description |
---|---|
protected int |
texCoordSetCount |
protected int[] |
texCoordSetMap |
protected int |
vertexCount |
protected int |
vertexFormat |
control, node, nodeClassName, symbol
Constructor and Description |
---|
GeometryArrayState(SymbolTableData symbol,
Controller control) |
Modifier and Type | Method and Description |
---|---|
protected void |
readConstructorParams(java.io.DataInput in)
Read the parameters required for the constructor of the J3D object
|
protected double[] |
readDoubleArray(java.io.DataInput in) |
protected float[] |
readFloatArray(java.io.DataInput in) |
void |
readObject(java.io.DataInput in) |
protected void |
writeConstructorParams(java.io.DataOutput out)
Write the parameters required for the constructor of the J3D object
|
protected void |
writeDoubleArray(java.io.DataOutput out,
double[] array) |
protected void |
writeFloatArray(java.io.DataOutput out,
float[] array) |
void |
writeObject(java.io.DataOutput out)
DO NOT call symbolTable.addReference in writeObject as this (may)
result in a concurrentModificationException.
|
addSubReference
buildGraph, cleanup, createNode, createNode, createNode, createNode, createState, getNode, getNodeID, getSymbol, readString, writeString
protected int vertexFormat
protected int vertexCount
protected int texCoordSetCount
protected int[] texCoordSetMap
public GeometryArrayState(SymbolTableData symbol, Controller control)
public void writeObject(java.io.DataOutput out) throws java.io.IOException
SceneGraphObjectState
writeObject
in class NodeComponentState
java.io.IOException
public void readObject(java.io.DataInput in) throws java.io.IOException
readObject
in class NodeComponentState
java.io.IOException
protected void writeConstructorParams(java.io.DataOutput out) throws java.io.IOException
SceneGraphObjectState
writeConstructorParams
in class SceneGraphObjectState
java.io.IOException
protected void readConstructorParams(java.io.DataInput in) throws java.io.IOException
SceneGraphObjectState
readConstructorParams
in class SceneGraphObjectState
java.io.IOException
protected void writeDoubleArray(java.io.DataOutput out, double[] array) throws java.io.IOException
java.io.IOException
protected double[] readDoubleArray(java.io.DataInput in) throws java.io.IOException
java.io.IOException
protected void writeFloatArray(java.io.DataOutput out, float[] array) throws java.io.IOException
java.io.IOException
protected float[] readFloatArray(java.io.DataInput in) throws java.io.IOException
java.io.IOException