Class BaseBooleanSequencer

java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.BaseSequencerNode
org.web3d.vrml.renderer.common.nodes.eventutils.BaseBooleanSequencer
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLChildNodeType, VRMLNodeType, VRMLSequencerNodeType, VRMLWorldRootChildNodeType
Direct Known Subclasses:
NRBooleanSequencer, OGLBooleanSequencer

public abstract class BaseBooleanSequencer extends BaseSequencerNode
Abstract implementation of a boolean sequencer so that specific renderer instances can derive from it.

Version:
$Revision: 1.12 $
Author:
Alan Hudson