j3d-vrml97-0.1.0

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

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.BaseNode
      extended by org.jdesktop.j3d.loaders.vrml97.impl.ProtoUseNode

public class ProtoUseNode
extends BaseNode

Description of the Class


Method Summary
 Object clone()
          Description of the Method
 Field getField(String fieldName)
          Gets the field attribute of the ProtoUseNode object
 String getType()
          Gets the type attribute of the ProtoUseNode object
 void notifyMethod(String s, double time)
          Description of the Method
 String toStringBody()
          Description of the Method
 BaseNode wrap()
          Description of the Method
 
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.BaseNode
getBrowser, getImplNode, getNumTris, toString, toStringId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public String getType()
Gets the type attribute of the ProtoUseNode object

Specified by:
getType in class BaseNode
Returns:
The type value

notifyMethod

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

Specified by:
notifyMethod in class BaseNode
Parameters:
s - Description of the Parameter
time - Description of the Parameter

wrap

public BaseNode wrap()
Description of the Method

Specified by:
wrap in class BaseNode
Returns:
Description of the Return Value

clone

public Object clone()
Description of the Method

Specified by:
clone in class BaseNode
Returns:
Description of the Return Value

getField

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

Specified by:
getField in class BaseNode
Parameters:
fieldName - Description of the Parameter
Returns:
The field value

toStringBody

public String toStringBody()
Description of the Method

Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..