public class LineArrayState extends GeometryArrayState
| Constructor and Description |
|---|
LineArrayState(SymbolTableData symbol,
Controller control) |
| 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 LineArrayState(SymbolTableData symbol, Controller control)
public SceneGraphObject createNode(java.lang.Class j3dClass)
SceneGraphObjectState