iicm.vrml.pw
Class IndexedLineSet

java.lang.Object
  |
  +--iicm.vrml.pw.Node
        |
        +--iicm.vrml.pw.Geometry
              |
              +--iicm.vrml.pw.IndexedLineSet

public class IndexedLineSet
extends Geometry


Field Summary
 SFNode color
           
 MFInt32 colorIndex
           
 SFBool colorPerVertex
           
 SFNode coord
           
 MFInt32 coordIndex
           
 MFInt32 set_colorIndex
           
 MFInt32 set_coordIndex
           
 
Fields inherited from class iicm.vrml.pw.Node
DEF_KEYWORD, EXTERNPROTO_KEYWORD, objname, PROTO_KEYWORD, ROUTE_KEYWORD, subfields, USE_KEYWORD, userdata
 
Method Summary
 java.lang.String nodeName()
          the node's name
 void traverse(Traverser t)
          must call appropriate method of Traverser for node traversal
 
Methods inherited from class iicm.vrml.pw.Node
addRoute, deleteRoute, getEvent, readNode, traverseNode, writeNode, writeSubfield, writeSubfields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

public SFNode color

coord

public SFNode coord

set_colorIndex

public MFInt32 set_colorIndex

set_coordIndex

public MFInt32 set_coordIndex

colorIndex

public MFInt32 colorIndex

coordIndex

public MFInt32 coordIndex

colorPerVertex

public SFBool colorPerVertex
Method Detail

nodeName

public java.lang.String nodeName()
Description copied from class: Node
the node's name
Overrides:
nodeName in class Node

traverse

public void traverse(Traverser t)
Description copied from class: Node
must call appropriate method of Traverser for node traversal
Overrides:
traverse in class Node