Uses of Enum Class
heronarts.lx.parameter.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
-
Uses of LXParameter.Polarity in heronarts.lx.modulation
Modifier and TypeMethodDescriptionLXCompoundModulation.setPolarity
(LXParameter.Polarity polarity) -
Uses of LXParameter.Polarity in heronarts.lx.modulator
-
Uses of LXParameter.Polarity in heronarts.lx.parameter
Modifier 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.Modifier and TypeMethodDescriptionBoundedParameter.setPolarity
(LXParameter.Polarity polarity) CompoundParameter.setPolarity
(LXParameter.Polarity polarity) LXListenableParameter.setPolarity
(LXParameter.Polarity polarity)