Package heronarts.lx.command
Class LXCommand.Parameter.SetNormalized
java.lang.Object
heronarts.lx.command.LXCommand
heronarts.lx.command.LXCommand.Parameter.SetNormalized
- Enclosing class:
- LXCommand.Parameter
-
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.Palette, LXCommand.Parameter, LXCommand.ParameterReference<T extends LXParameter>, LXCommand.RemoveComponent, LXCommand.Snapshots, LXCommand.Structure
-
Constructor Summary
ConstructorDescriptionSetNormalized
(BooleanParameter parameter, boolean value) SetNormalized
(LXNormalizedParameter parameter) SetNormalized
(LXNormalizedParameter parameter, double newValue) -
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 performedupdate
(double newValue)
-
Constructor Details
-
SetNormalized
-
SetNormalized
-
SetNormalized
-
-
Method Details
-
getParameter
-
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
-
undo
Description copied from class:LXCommand
Undo the command, after it has been performed -
perform
Description copied from class:LXCommand
Perform the given command -
update
-