Class iicm.vrml.pw.Switch
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iicm.vrml.pw.Switch

java.lang.Object
   |
   +----iicm.vrml.pw.Node
           |
           +----iicm.vrml.pw.GroupNode
                   |
                   +----iicm.vrml.pw.Switch

public class Switch
extends GroupNode

Variable Index

 o choice
 o whichChoice

Method Index

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

Variables

 o choice
  public MFNode choice
 o whichChoice
  public SFInt32 whichChoice

Methods

 o nodeName
  public String nodeName()
the node's name
Overrides:
nodeName in class GroupNode
 o traverse
  public void traverse(Traverser t)
must call appropriate method of Traverser for node traversal
Overrides:
traverse in class GroupNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index