Package | Description |
---|---|
heronarts.lx.modulation |
Components that control automated modulation of parameter values.
|
heronarts.lx.modulator |
Utility abstraction for values that vary over time.
|
heronarts.lx.parameter |
Abstraction for values that may be monitored and controlled via UI.
|
heronarts.p3lx.ui.component |
Collection of standard UI components.
|
Modifier and Type | Field and Description |
---|---|
EnumParameter<LXParameter.Polarity> |
LXCompoundModulation.polarity |
Modifier and Type | Method and Description |
---|---|
LXParameter.Polarity |
LXCompoundModulation.getPolarity() |
Modifier and Type | Method and Description |
---|---|
LXCompoundModulation |
LXCompoundModulation.setPolarity(LXParameter.Polarity polarity) |
Modifier and Type | Method and Description |
---|---|
LXParameter.Polarity |
LXModulator.getPolarity() |
Modifier and Type | Method and Description |
---|---|
LXModulator |
LXModulator.setPolarity(LXParameter.Polarity polarity) |
Modifier and Type | Method and Description |
---|---|
LXParameter.Polarity |
NormalizedParameter.getPolarity() |
LXParameter.Polarity |
LXParameter.getPolarity()
Gets the polarity of this parameter.
|
LXParameter.Polarity |
LXListenableParameter.getPolarity() |
LXParameter.Polarity |
FunctionalParameter.getPolarity() |
LXParameter.Polarity |
FixedParameter.getPolarity() |
static LXParameter.Polarity |
LXParameter.Polarity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LXParameter.Polarity[] |
LXParameter.Polarity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LXListenableParameter |
LXListenableParameter.setPolarity(LXParameter.Polarity polarity) |
CompoundParameter |
CompoundParameter.setPolarity(LXParameter.Polarity polarity) |
BoundedParameter |
BoundedParameter.setPolarity(LXParameter.Polarity polarity) |
Modifier and Type | Field and Description |
---|---|
protected LXParameter.Polarity |
UIParameterControl.polarity |
Modifier and Type | Method and Description |
---|---|
UIParameterControl |
UIParameterControl.setPolarity(LXParameter.Polarity polarity) |
LX library by Mark C. Slee. © 2012-2020