Class vrml.external.Node
All Packages Class Hierarchy This Package Previous Next Index
Class vrml.external.Node
java.lang.Object
|
+----vrml.external.Node
- public class Node
- extends Object
-
Node(Node, Scene)
-
-
getEventIn(String)
- Means of getting a handle to an EventIn of this node.
-
getEventOut(String)
- Means of getting a handle to an EventOut of this node.
-
getpwNode()
-
-
getType()
- Get a string specifying the type of this node.
Node
public Node(Node pwnode,
Scene scene)
getType
public String getType()
- Get a string specifying the type of this node.
getEventIn
public EventIn getEventIn(String name) throws InvalidEventInException
- Means of getting a handle to an EventIn of this node.
getEventOut
public EventOut getEventOut(String name) throws InvalidEventOutException
- Means of getting a handle to an EventOut of this node.
getpwNode
public Node getpwNode()
All Packages Class Hierarchy This Package Previous Next Index