j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class BaseNode

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.BaseNode
Direct Known Subclasses:
Node, ProtoUseNode, Script

public abstract class BaseNode
extends Object

Description of the Class


Constructor Summary
BaseNode(Browser browser)
          Constructor for the BaseNode object
 
Method Summary
abstract  Object clone()
          Description of the Method
 Browser getBrowser()
          Gets the browser attribute of the BaseNode object
abstract  Field getField(String fieldName)
          Gets the field attribute of the BaseNode object
 Node getImplNode()
          Gets the implNode attribute of the BaseNode object
 int getNumTris()
          Gets the numTris attribute of the BaseNode object
abstract  String getType()
          Gets the type attribute of the BaseNode object
abstract  void notifyMethod(String s, double time)
          Description of the Method
 String toString()
          Description of the Method
 String toStringId()
          Description of the Method
abstract  BaseNode wrap()
          Description of the Method
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseNode

public BaseNode(Browser browser)
Constructor for the BaseNode object

Parameters:
browser - Description of the Parameter
Method Detail

getType

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

Returns:
The type value

clone

public abstract Object clone()
Description of the Method

Overrides:
clone in class Object
Returns:
Description of the Return Value

notifyMethod

public abstract void notifyMethod(String s,
                                  double time)
Description of the Method

Parameters:
s - Description of the Parameter
time - Description of the Parameter

wrap

public abstract BaseNode wrap()
Description of the Method

Returns:
Description of the Return Value

getField

public abstract Field getField(String fieldName)
Gets the field attribute of the BaseNode object

Parameters:
fieldName - Description of the Parameter
Returns:
The field value

getBrowser

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

Returns:
The browser value

getImplNode

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

Returns:
The implNode value

getNumTris

public int getNumTris()
Gets the numTris attribute of the BaseNode object

Returns:
The numTris value

toString

public final String toString()
Description of the Method

Overrides:
toString in class Object
Returns:
Description of the Return Value

toStringId

public String toStringId()
Description of the Method

Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..