Interface | Description |
---|---|
TimelineObject |
An object that can be drawn into a timeline needs to be able to provide
the start and end time of its data, and also be able to accept a size
at which it should draw itself.
|
Class | Description |
---|---|
Timeline |
A timeline visualisation.
|
Timeline.TimelineMarker |
Timeline markers that are drawn onto a timeline
|
Timeline.TimelineObjectPlotter |
This is an item plotter for
TimelineObject s. |
Timeline.TimelineTrack |
Represents a track in the timeline.
|
TimelineObjectAdapter<T> |
A timeline object is a temporal object and is able to drawn sections
of temporal data into a given viewport.
|
Enum | Description |
---|---|
Timeline.TimelineMarkerType |
Different type of markers.
|