Uses of Class
heronarts.lx.parameter.CompoundDiscreteParameter
Packages that use CompoundDiscreteParameter
Package
Description
Abstraction for values that may be monitored and controlled via UI.
-
Uses of CompoundDiscreteParameter in heronarts.lx.parameter
Subclasses of CompoundDiscreteParameter in heronarts.lx.parameterMethods in heronarts.lx.parameter that return CompoundDiscreteParameterModifier 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)