| Package | Description |
|---|---|
| org.openimaj.vis.timeline | |
| org.openimaj.vis.video |
| Modifier and Type | Method and Description |
|---|---|
Timeline.TimelineMarker |
Timeline.addMarker(long timeMilliseconds)
Add a new marker
|
Timeline.TimelineMarker |
Timeline.addMarker(long timeMilliseconds,
String label)
Add a new marker with a label.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Timeline.TimelineMarkerType.drawMarker(Timeline.TimelineMarker m,
MBFImage image,
int xPos,
int height)
Draws this marker into the given graphics context at the given
position and with the given length.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VideoBarVisualisation.VideoTimelineMarker
A marker for marking data frames within the data bar
|