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
-
choice
-
-
whichChoice
-
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
choice
public MFNode choice
whichChoice
public SFInt32 whichChoice
nodeName
public String nodeName()
- the node's name
- Overrides:
- nodeName in class GroupNode
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