|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void setStartTime(double time)
void setScale(double s)
void setSubdivisions(int s)
void setYOffset(int offset)
void addMarker(Marker m)
void setMode(int m)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |