Class BaseGridLayout

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

public abstract class BaseGridLayout extends BaseSurfaceLayoutNode
Common implementation of a GridLayout node.

A grid layout places the contained children in a 2 dimensional grid of rows and columns. The number of grid items can be changed on the fly. If more children are added than the number of grid cells available, then the extra children are not rendered. If less children than the number of cells defined are provided then it fills in across the row first and then down the columns.

Version:
$Revision: 1.2 $
Author:
Justin Couch