org.jdesktop.j3d.loaders.vrml97.impl
Class BindableNode
java.lang.Object
org.jdesktop.j3d.loaders.vrml97.impl.BaseNode
org.jdesktop.j3d.loaders.vrml97.impl.Node
org.jdesktop.j3d.loaders.vrml97.impl.BindableNode
- All Implemented Interfaces:
- Cloneable, Notifier
- Direct Known Subclasses:
- Background, Fog, NavigationInfo, Viewpoint
public abstract class BindableNode
- extends Node
Description of the Class
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Node |
FieldSpec |
Method Summary |
Node |
getImplNode()
Gets the implNode attribute of the BindableNode object |
void |
notifyMethod(String eventInName,
double time)
Description of the Method |
notifyMethod
public void notifyMethod(String eventInName,
double time)
- Description of the Method
- Specified by:
notifyMethod
in interface Notifier
- Specified by:
notifyMethod
in class Node
- Parameters:
eventInName
- Description of the Parametertime
- Description of the Parameter
getImplNode
public Node getImplNode()
- Gets the implNode attribute of the BindableNode object
- Overrides:
getImplNode
in class BaseNode
- Returns:
- The implNode value
Todo: put BSD License reference here..