Class BaseSurfaceLayoutNode

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLNodeType, VRMLSurfaceChildNodeType, VRMLSurfaceLayoutListener, VRMLSurfaceLayoutNodeType
Direct Known Subclasses:
BaseBorderLayout, BaseGridLayout, BaseGroupLayout, BaseXYLayout

public abstract class BaseSurfaceLayoutNode extends BaseSurfaceChildNode implements VRMLSurfaceLayoutNodeType, VRMLSurfaceLayoutListener
Base implementation of any surface layout node.

The implementation does not define the windowChanged method because it assumes the derived class has all the specific information about the required rules to update and place the children.

Version:
$Revision: 1.12 $
Author:
Justin Couch