j3d-vrml97-0.1.0

vrml
Class BaseNode

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

public abstract class BaseNode
extends Object

Description of the Class


Field Summary
protected  BaseNode implBaseNode
          Description of the Field
 
Constructor Summary
protected BaseNode(BaseNode init)
          Constructor for the BaseNode object
 
Method Summary
protected static Browser browserImpl(Browser browser)
          Description of the Method
abstract  Browser getBrowser()
          Gets the browser attribute of the BaseNode object
protected  BaseNode getImpl()
          Gets the impl attribute of the BaseNode object
 Node getImplNode()
          Gets the implNode attribute of the BaseNode object
abstract  String getType()
          Gets the type attribute of the BaseNode object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

implBaseNode

protected BaseNode implBaseNode
Description of the Field

Constructor Detail

BaseNode

protected BaseNode(BaseNode init)
Constructor for the BaseNode object

Parameters:
init - Description of the Parameter
Method Detail

getType

public abstract String getType()
Gets the type attribute of the BaseNode object

Returns:
The type value

getBrowser

public abstract Browser getBrowser()
Gets the browser attribute of the BaseNode object

Returns:
The browser value

browserImpl

protected static Browser browserImpl(Browser browser)
Description of the Method

Parameters:
browser - Description of the Parameter
Returns:
Description of the Return Value

getImpl

protected BaseNode getImpl()
Gets the impl attribute of the BaseNode object

Returns:
The impl value

getImplNode

public Node getImplNode()
Gets the implNode attribute of the BaseNode object

Returns:
The implNode value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..