Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

vrml
Class BaseNode  view BaseNode download BaseNode.java

java.lang.Object
  extended byvrml.BaseNode

public class BaseNode
extends java.lang.Object

This is the general BaseNode class


Field Summary
private  Browser browser
           
(package private)  vrml.external.Node node
           
 
Constructor Summary
protected BaseNode()
           
  BaseNode(Browser browser, vrml.external.Node node)
           
 
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
 

Field Detail

node

vrml.external.Node node

browser

private Browser browser
Constructor Detail

BaseNode

protected BaseNode()

BaseNode

public BaseNode(Browser browser,
                vrml.external.Node node)
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.