Class BaseXYLayout

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLNodeType, VRMLSurfaceChildNodeType, VRMLSurfaceLayoutListener, VRMLSurfaceLayoutNodeType
Direct Known Subclasses:
NRXYLayout

public abstract class BaseXYLayout extends BaseSurfaceLayoutNode
Common implementation of a XYLayout node.

An XY layout places its children in relative positions to its layout location. So a position of 0,64 would place the child 64 units down from the layout 0,0.

Version:
$Revision: 1.2 $
Author:
Alan Hudson