Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps.viewer.controls.player |
Modifier and Type | Field and Description |
---|---|
static PlaySOMPlayer.PlayingMarker |
PlaySOMPlayer.DEFAULT_PLAYING_MARKER
0 == none, 1 == highlight, 2 == circle;
|
private PlaySOMPlayer.PlayingMarker |
PlaySOMPlayer.playing_marker |
Modifier and Type | Method and Description |
---|---|
static PlaySOMPlayer.PlayingMarker |
PlaySOMPlayer.PlayingMarker.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlaySOMPlayer.PlayingMarker[] |
PlaySOMPlayer.PlayingMarker.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|