Class BaseTimeDependentNode

java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.BaseTimeDependentNode
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLChildNodeType, VRMLNodeType, VRMLTimeDependentNodeType, VRMLWorldRootChildNodeType
Direct Known Subclasses:
BaseTimeControlledNode, BaseTimeController

public abstract class BaseTimeDependentNode extends AbstractNode implements VRMLTimeDependentNodeType
An abstract representation of any form of time dependent node for subclassing by specific implementations.

The implementation performs the basic handling of the time fields but does not create any data structures for them to run with.

Version:
$Revision: 1.2 $
Author:
Justin Couch