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

Constructor Index

 o Node(Node, Scene)

Method Index

 o getEventIn(String)
Means of getting a handle to an EventIn of this node.
 o getEventOut(String)
Means of getting a handle to an EventOut of this node.
 o getpwNode()
 o getType()
Get a string specifying the type of this node.

Constructors

 o Node
  public Node(Node pwnode,
              Scene scene)

Methods

 o getType
  public String getType()
Get a string specifying the type of this node.
 o getEventIn
  public EventIn getEventIn(String name) throws InvalidEventInException
Means of getting a handle to an EventIn of this node.
 o getEventOut
  public EventOut getEventOut(String name) throws InvalidEventOutException
Means of getting a handle to an EventOut of this node.
 o getpwNode
  public Node getpwNode()

All Packages  Class Hierarchy  This Package  Previous  Next  Index