Environment: Siren
Instances of the HierarchyLayoutManager classes are used to generate display lists from tree-like data and tree accessors.
Instance Variables:
accessing
length
xStep
yStep
treeAccessor
xStep: aNumber
Set the receiver's x step size to the argument.
yStep: aNumber
Set the receiver's y step size to the argument.
generating
Add the given item to the display list.
addItem: aModelNode atNode: aPath in: aDisplayList
Add the given item to the display list.
displayPositionFor: aPath
Answer the display position of the element at the given path.
generateDisplayList
Generate and answer the receiver's display list.
MetaClass: HierarchyLayoutManager class