artofillusion.animation
Interface TrackDisplay

All Known Implementing Classes:
TrackGraph, TracksPanel

public interface TrackDisplay

This interface describes a component which appears in the Score for displaying the contents of Tracks.


Method Summary
 void addMarker(Marker m)
          Add a marker to the display.
 void setMode(int m)
          Set the mode (select-and-move or scroll-and-scale) for this display.
 void setScale(double s)
          Set the number of pixels per unit time.
 void setStartTime(double time)
          Set the starting time to display.
 void setSubdivisions(int s)
          Set the number of subdivisions per unit time.
 void setYOffset(int offset)
          Set the y offset (for vertically scrolling the panel).
 

Method Detail

setStartTime

void setStartTime(double time)
Set the starting time to display.


setScale

void setScale(double s)
Set the number of pixels per unit time.


setSubdivisions

void setSubdivisions(int s)
Set the number of subdivisions per unit time.


setYOffset

void setYOffset(int offset)
Set the y offset (for vertically scrolling the panel).


addMarker

void addMarker(Marker m)
Add a marker to the display.


setMode

void setMode(int m)
Set the mode (select-and-move or scroll-and-scale) for this display.



Copyright © 1999-2011 by Peter Eastman.