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) Node(Node, Scene)
-  
   
  -   getEventIn(String) getEventIn(String)
-  Means of getting a handle to an EventIn of this node.
  
-   getEventOut(String) getEventOut(String)
-  Means of getting a handle to an EventOut of this node.
  
-   getpwNode() getpwNode()
-  
  
-   getType() getType()
-  Get a string specifying the type of this node.
   
 Node
Node
  public Node(Node pwnode,
              Scene scene)
   
 getType
getType
  public String getType()
  -  Get a string specifying the type of this node.
 getEventIn
getEventIn
  public EventIn getEventIn(String name) throws InvalidEventInException
  -  Means of getting a handle to an EventIn of this node.
 getEventOut
getEventOut
  public EventOut getEventOut(String name) throws InvalidEventOutException
  -  Means of getting a handle to an EventOut of this node.
 getpwNode
getpwNode
  public Node getpwNode()
All Packages  Class Hierarchy  This Package  Previous  Next  Index