Uses of Class
heronarts.lx.parameter.CompoundEnumParameter
Packages that use CompoundEnumParameter
Package
Description
Abstraction for values that may be monitored and controlled via UI.
-
Uses of CompoundEnumParameter in heronarts.glx.ui.component
Constructors in heronarts.glx.ui.component with parameters of type CompoundEnumParameterModifierConstructorDescriptionUIEnumBox
(float x, float y, float w, float h, CompoundEnumParameter<?> parameter) UIEnumBox
(float w, CompoundEnumParameter<?> parameter) -
Uses of CompoundEnumParameter in heronarts.lx.parameter
Methods in heronarts.lx.parameter that return CompoundEnumParameterModifier and TypeMethodDescriptionCompoundEnumParameter.addListener
(LXParameterListener listener) CompoundEnumParameter.setDescription
(String description) CompoundEnumParameter.setMappable
(boolean mappable)