public static class Timeline.TimelineTrack extends Object
| Constructor and Description |
|---|
TimelineTrack(String label,
int number)
Instantiate a new track with the given label.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTrackMarker(long time)
Add a track marker to this time.
|
String |
getLabel()
Get the name of the track
|
int |
getTrackNumber()
Return the number of this track.
|
public TimelineTrack(String label, int number)
label - The label of the tracknumber - The track numberpublic int getTrackNumber()
public void addTrackMarker(long time)
time - The time to add the track marker