public abstract class IndexedGeometryArrayState extends GeometryArrayState
| Modifier and Type | Field and Description |
|---|---|
protected int |
indexCount |
texCoordSetCount, texCoordSetMap, vertexCount, vertexFormatcontrol, node, nodeClassName, symbol| Constructor and Description |
|---|
IndexedGeometryArrayState(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 Java3D object
|
private void |
readIntArray(java.io.DataInput in,
int[] array) |
void |
readObject(java.io.DataInput in) |
protected void |
writeConstructorParams(java.io.DataOutput out)
Write the parameters required for the constructor of the Java3D object
|
protected void |
writeIntArray(java.io.DataOutput out,
int[] array) |
void |
writeObject(java.io.DataOutput out)
DO NOT call symbolTable.addReference in writeObject as this (may)
result in a concurrentModificationException.
|
readDoubleArray, readFloatArray, writeDoubleArray, writeFloatArrayaddSubReferencebuildGraph, cleanup, createNode, createNode, createNode, createNode, createState, getNode, getNodeID, getSymbol, readString, writeStringpublic IndexedGeometryArrayState(SymbolTableData symbol, Controller control)
public void writeObject(java.io.DataOutput out)
throws java.io.IOException
SceneGraphObjectStatewriteObject in class GeometryArrayStatejava.io.IOExceptionpublic void readObject(java.io.DataInput in)
throws java.io.IOException
readObject in class GeometryArrayStatejava.io.IOExceptionprotected void writeConstructorParams(java.io.DataOutput out)
throws java.io.IOException
SceneGraphObjectStatewriteConstructorParams in class GeometryArrayStatejava.io.IOExceptionprotected void readConstructorParams(java.io.DataInput in)
throws java.io.IOException
SceneGraphObjectStatereadConstructorParams in class GeometryArrayStatejava.io.IOExceptionprotected void writeIntArray(java.io.DataOutput out,
int[] array)
throws java.io.IOException
java.io.IOExceptionprivate void readIntArray(java.io.DataInput in,
int[] array)
throws java.io.IOException
java.io.IOExceptionCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.