Uses of Enum Class
heronarts.lx.parameter.LXParameter.Polarity
Packages that use LXParameter.Polarity
Package
Description
Components that control automated modulation of parameter values.
Utility abstraction for values that vary over time.
Abstraction for values that may be monitored and controlled via UI.
-
Uses of LXParameter.Polarity in heronarts.glx.ui.component
Fields in heronarts.glx.ui.component declared as LXParameter.PolarityMethods in heronarts.glx.ui.component with parameters of type LXParameter.Polarity -
Uses of LXParameter.Polarity in heronarts.lx.modulation
Fields in heronarts.lx.modulation with type parameters of type LXParameter.PolarityMethods in heronarts.lx.modulation that return LXParameter.PolarityMethods in heronarts.lx.modulation with parameters of type LXParameter.PolarityModifier and TypeMethodDescriptionLXCompoundModulation.setPolarity
(LXParameter.Polarity polarity) -
Uses of LXParameter.Polarity in heronarts.lx.modulator
Fields in heronarts.lx.modulator with type parameters of type LXParameter.PolarityMethods in heronarts.lx.modulator that return LXParameter.PolarityMethods in heronarts.lx.modulator with parameters of type LXParameter.Polarity -
Uses of LXParameter.Polarity in heronarts.lx.parameter
Methods in heronarts.lx.parameter that return LXParameter.PolarityModifier and TypeMethodDescriptionFixedParameter.getPolarity()
FunctionalParameter.getPolarity()
LXListenableParameter.getPolarity()
LXParameter.getPolarity()
Gets the polarity of this parameter.NormalizedParameter.getPolarity()
static LXParameter.Polarity
Returns the enum constant of this class with the specified name.static LXParameter.Polarity[]
LXParameter.Polarity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in heronarts.lx.parameter with parameters of type LXParameter.PolarityModifier and TypeMethodDescriptionBoundedParameter.setPolarity
(LXParameter.Polarity polarity) CompoundParameter.setPolarity
(LXParameter.Polarity polarity) LXListenableParameter.setPolarity
(LXParameter.Polarity polarity)