Class:            TimeSequenceLayoutManager

Environment:      Siren
Superclass:         Siren.LayoutManager
Category:         MusicUI-Layout
Instance variables:   timeScale timeOffset

Instances of the SequenceLayoutManager classes are used to generate display lists with "x = time" from event lists.

Instance Variables:
   timeScale       the msec./pixel scale
   timeOffset       the start of the layout in msec.

generating

addItem: anAss atNode: aPath in: aDisplayList
   Add the given item to the display list.

displayPointFor: anAss
   Answer the display point for the argument.

accessing

timeOffset: aNumber
   Set the receiver's time offset.

timeScale: aNumber
   Set the receiver's time scale.

MetaClass:         TimeSequenceLayoutManager class