Environment: Siren
Instances of the LayoutManager classes are used to generate display lists given random data structures and possibly hints in terms of structure accessors.
Instance Variables:
Look for class references to the LayoutManager classes (mostly from DisplayListView classes), for lots of examples of the use of LayoutManagers.
This implementation is Topaz 0, STEIM, Amsterdam, May/June 1990.
The entirety of this software is Copyright (c) 1990, Stephen Travis Pope, Nomad Object Design/Nomad Computer Music Research.
accessing
view
orientation
itemAccessor
All Rights Reserved.
displayListFor: aView
Answer the receiver's display list (generated).
orientation: aSymbol
Set the receiver's orientation.
view: aView
Set the receiver's view.
generating
Add the given item to the display list.
generateDisplayList
Generate and answer the receiver's display list.
MetaClass: LayoutManager class