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

Variable Index

 o color
 o colorIndex
 o colorPerVertex
 o coord
 o coordIndex

Method Index

 o nodeName()
the node's name
 o traverse(Traverser)
must call appropriate method of Traverser for node traversal

Variables

 o color
  public SFNode color
 o coord
  public SFNode coord
 o colorIndex
  public MFInt32 colorIndex
 o coordIndex
  public MFInt32 coordIndex
 o colorPerVertex
  public SFBool colorPerVertex

Methods

 o nodeName
  public String nodeName()
the node's name
Overrides:
nodeName in class Node
 o 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