vrml.external
Class Node

java.lang.Object
  |
  +--vrml.external.Node

public class Node
extends java.lang.Object


Constructor Summary
Node(Node pwnode, Scene scene)
           
 
Method Summary
 EventIn getEventIn(java.lang.String name)
          Means of getting a handle to an EventIn of this node.
 EventOut getEventOut(java.lang.String name)
          Means of getting a handle to an EventOut of this node.
 Node getpwNode()
           
 java.lang.String getType()
          Get a string specifying the type of this node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Node

public Node(Node pwnode,
            Scene scene)
Method Detail

getType

public java.lang.String getType()
Get a string specifying the type of this node.

getEventIn

public EventIn getEventIn(java.lang.String name)
                   throws InvalidEventInException
Means of getting a handle to an EventIn of this node.

getEventOut

public EventOut getEventOut(java.lang.String name)
                     throws InvalidEventOutException
Means of getting a handle to an EventOut of this node.

getpwNode

public Node getpwNode()