Package heronarts.lx.command
Class LXCommand.Clip.SetMarker
java.lang.Object
heronarts.lx.command.LXCommand
heronarts.lx.command.LXCommand.Clip.SetMarker
- Direct Known Subclasses:
LXCommand.Clip.MoveMarker
- Enclosing class:
LXCommand.Clip
-
Nested Class Summary
Nested classes/interfaces inherited from class heronarts.lx.command.LXCommand
LXCommand.Channel, LXCommand.Clip, LXCommand.ComponentReference<T extends LXComponent>, LXCommand.Device, LXCommand.InvalidCommandException, LXCommand.Midi, LXCommand.Mixer, LXCommand.Modulation, LXCommand.Osc, LXCommand.Palette, LXCommand.Parameter, LXCommand.ParameterReference<T extends LXParameter>, LXCommand.RemoveComponent, LXCommand.Snapshots, LXCommand.Structure
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSetMarker
(LXClip clip, LXCommand.Clip.Marker marker, Cursor toCursor) Move clip marker to a new value (in time units) -
Method Summary
Modifier and TypeMethodDescriptionShort description of a command, to explain it to the uservoid
Perform the given commandvoid
Undo the command, after it has been performed
-
Field Details
-
marker
-
-
Constructor Details
-
SetMarker
Move clip marker to a new value (in time units)
-
-
Method Details
-
getDescription
Description copied from class:LXCommand
Short description of a command, to explain it to the user- Specified by:
getDescription
in classLXCommand
- Returns:
- short description of command
-
update
-
perform
Description copied from class:LXCommand
Perform the given command -
undo
Description copied from class:LXCommand
Undo the command, after it has been performed
-