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 color
-  
  
-   colorIndex colorIndex
-  
  
-   colorPerVertex colorPerVertex
-  
  
-   coord coord
-  
  
-   coordIndex coordIndex
-  
   
  -   nodeName() nodeName()
-  the node's name
  
-   traverse(Traverser) traverse(Traverser)
-  must call appropriate method of Traverser for node traversal
   
 color
color
  public SFNode color
 coord
coord
  public SFNode coord
 colorIndex
colorIndex
  public MFInt32 colorIndex
 coordIndex
coordIndex
  public MFInt32 coordIndex
 colorPerVertex
colorPerVertex
  public SFBool colorPerVertex
   
 nodeName
nodeName
  public String nodeName()
  -  the node's name
  
    -  Overrides:
    
-  nodeName in class Node
  
 
 traverse
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