Class BaseTimeControlledNode

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLChildNodeType, VRMLNodeType, VRMLTimeControlledNodeType, VRMLTimeDependentNodeType, VRMLWorldRootChildNodeType
Direct Known Subclasses:
BaseAudioClip, BaseMovieTexture, BaseTimeSensor

public abstract class BaseTimeControlledNode extends BaseTimeDependentNode implements VRMLTimeControlledNodeType
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.8 $
Author:
Justin Couch