vrml
Class BaseNode

java.lang.Object
  extended by vrml.BaseNode
Direct Known Subclasses:
Node, Script

public abstract class BaseNode
extends java.lang.Object

This is the general BaseNode class.


Constructor Summary
BaseNode()
           
 
Method Summary
 Browser getBrowser()
          Get the Browser that this node is contained in.
 java.lang.String getType()
          Returns the type of the node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseNode

public BaseNode()
Method Detail

getType

public java.lang.String getType()
Returns the type of the node. If the node is a prototype it returns the name of the prototype.


getBrowser

public Browser getBrowser()
Get the Browser that this node is contained in.