|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCustomWidget
artofillusion.animation.TracksPanel
public class TracksPanel
This is the Widget which displays all of the tracks in the score.
Constructor Summary | |
---|---|
TracksPanel(LayoutWindow win,
TreeList list,
Score sc,
int subdivisions,
double scale)
|
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). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TracksPanel(LayoutWindow win, TreeList list, Score sc, int subdivisions, double scale)
Method Detail |
---|
public void setStartTime(double time)
setStartTime
in interface TrackDisplay
public void setScale(double s)
setScale
in interface TrackDisplay
public void setSubdivisions(int s)
setSubdivisions
in interface TrackDisplay
public void setYOffset(int offset)
TrackDisplay
setYOffset
in interface TrackDisplay
public void addMarker(Marker m)
TrackDisplay
addMarker
in interface TrackDisplay
public void setMode(int m)
TrackDisplay
setMode
in interface TrackDisplay
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |