Uses of Enum Class
heronarts.lx.command.LXCommand.Clip.Marker
Packages that use LXCommand.Clip.Marker
-
Uses of LXCommand.Clip.Marker in heronarts.lx.command
Fields in heronarts.lx.command declared as LXCommand.Clip.MarkerMethods in heronarts.lx.command that return LXCommand.Clip.MarkerModifier and TypeMethodDescriptionstatic LXCommand.Clip.Marker
Returns the enum constant of this class with the specified name.static LXCommand.Clip.Marker[]
LXCommand.Clip.Marker.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in heronarts.lx.command with parameters of type LXCommand.Clip.MarkerModifierConstructorDescriptionMoveMarker
(LXClip clip, LXCommand.Clip.Marker marker, Cursor increment) Move clip marker by a given amountMoveMarker
(LXClip clip, LXCommand.Clip.Marker marker, Cursor increment, LXCommand.Clip.MoveMarker.Operation op) SetMarker
(LXClip clip, LXCommand.Clip.Marker marker, Cursor toCursor) Move clip marker to a new value (in time units)