edu.umd.cs.jazz.scenegraph
Interface ZLayoutManager

All Known Implementing Classes:
ZLayoutManagerTree, ZLayoutManagerPath

public abstract interface ZLayoutManager

ZLayoutManager represents an object that can layout the children of a node.

See Also:
ZNode

Method Summary
 void doLayout(ZNode node)
          Apply this manager's layout algorithm to the specified node's children.
 

Method Detail

doLayout

public void doLayout(ZNode node)
Apply this manager's layout algorithm to the specified node's children.
Parameters:
The - node to apply this layout algorithm to.