Class BaseOrderedGroup

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLBoundedNodeType, VRMLChildNodeType, VRMLGroupingNodeType, VRMLNodeType, VRMLWorldRootChildNodeType
Direct Known Subclasses:
NROrderedGroup

public class BaseOrderedGroup extends BaseGroupingNode
Common implementation of an ordered group node functionality.

An ordered group controls the order of rendering of the children. These are rendered in the order given by the childOrder field. The children are always rendered in this order, regardless of view direction. If the order field contains less indices than the number of children then only those defined in the order field are rendered. All others are ignored. If the order list contains more items than the current children list, it will silently ignore any items that are greater in index than the number of items.

Version:
$Revision: 1.7 $
Author:
Justin Couch