Class iicm.vrml.pw.RouteNode
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.RouteNode
java.lang.Object
|
+----iicm.vrml.pw.Node
|
+----iicm.vrml.pw.RouteNode
- public class RouteNode
- extends Node
-
fromEvent
-
-
fromNode
-
-
toEvent
-
-
toNode
-
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
-
writeNode(PrintStream, Hashtable)
- the RouteNode represents a ROUTE statement;
it currently only exists to be output again, voilla:
fromNode
public Node fromNode
toNode
public Node toNode
fromEvent
public String fromEvent
toEvent
public String toEvent
nodeName
public String nodeName()
- the node's name
- Overrides:
- nodeName in class Node
traverse
public void traverse(Traverser t)
- must call appropriate method of Traverser for node traversal
- Overrides:
- traverse in class Node
writeNode
public void writeNode(PrintStream os,
Hashtable writtenrefs)
- the RouteNode represents a ROUTE statement;
it currently only exists to be output again, voilla:
- Overrides:
- writeNode in class Node
All Packages Class Hierarchy This Package Previous Next Index