Uses of Class
heronarts.lx.parameter.CompoundDiscreteParameter
Package
Description
Abstraction for values that may be monitored and controlled via UI.
-
Uses of CompoundDiscreteParameter in heronarts.lx.parameter
Modifier and TypeMethodDescriptionCompoundDiscreteParameter.addModulation
(LXCompoundModulation modulation) Adds a modulation to this parameterCompoundDiscreteParameter.addModulationListener
(LXCompoundModulation.Listener listener) CompoundDiscreteParameter.removeModulation
(LXCompoundModulation modulation) Removes a modulation from this parameterCompoundDiscreteParameter.removeModulationListener
(LXCompoundModulation.Listener listener) CompoundDiscreteParameter.setDescription
(String description) CompoundDiscreteParameter.setMappable
(boolean mappable) CompoundDiscreteParameter.setUnits
(LXParameter.Units units) CompoundDiscreteParameter.setWrappable
(boolean wrappable)