Class BaseBindableNode

java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.BaseBindableNode
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLBindableNodeType, VRMLChildNodeType, VRMLNodeType, VRMLTimeDependentNodeType, VRMLWorldRootChildNodeType
Direct Known Subclasses:
BaseBackground, BaseFog, BaseGeoViewpoint, BaseNavigationInfo, BaseOrthoViewpoint, BaseTextureBackground, BaseViewpoint

public abstract class BaseBindableNode extends AbstractNode implements VRMLBindableNodeType, VRMLTimeDependentNodeType
An abstract implementation of any bindable node.

The implementation treats the time and bound states independently. It is assumed that the browser environment displaying the world will take care of the stack and bind time information setting.

Version:
$Revision: 1.13 $
Author:
Alan Hudson, Justin Couch