public class IndexedLineStripArrayState extends IndexedGeometryStripArrayState
| Constructor and Description |
|---|
IndexedLineStripArrayState(SymbolTableData symbol,
Controller control)
Creates new BranchGroupState
|
| Modifier and Type | Method and Description |
|---|---|
SceneGraphObject |
createNode(java.lang.Class j3dClass)
Create a new Java3D node from the supplied class using the parameterless constructor
For Java3D nodes which do not have a default constructor you must
overload this method and create the object using createNode( className, parameters )
This will correctly handle subclasses of Java3D classes
|
readObject, writeObjectaddSubReferencebuildGraph, cleanup, getNode, getNodeID, getSymbolpublic IndexedLineStripArrayState(SymbolTableData symbol, Controller control)
public SceneGraphObject createNode(java.lang.Class j3dClass)
SceneGraphObjectState