Class iicm.vrml.pw.IndexedLineSet
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.IndexedLineSet
java.lang.Object
|
+----iicm.vrml.pw.Node
|
+----iicm.vrml.pw.Geometry
|
+----iicm.vrml.pw.IndexedLineSet
- public class IndexedLineSet
- extends Geometry
-
color
-
-
colorIndex
-
-
colorPerVertex
-
-
coord
-
-
coordIndex
-
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
color
public SFNode color
coord
public SFNode coord
colorIndex
public MFInt32 colorIndex
coordIndex
public MFInt32 coordIndex
colorPerVertex
public SFBool colorPerVertex
nodeName
public String nodeName()
- the node's name
- Overrides:
- nodeName in class Node
traverse
public void traverse(Traverser t)
- must call appropriate method of Traverser for node traversal
- Overrides:
- traverse in class Node
All Packages Class Hierarchy This Package Previous Next Index