Uses of Enum Class
heronarts.lx.parameter.BoundedParameter.NormalizationCurve
Package
Description
Abstraction for values that may be monitored and controlled via UI.
-
Uses of BoundedParameter.NormalizationCurve in heronarts.lx.parameter
Modifier and TypeMethodDescriptionBoundedFunctionalParameter.getNormalizationCurve()
BoundedParameter.getNormalizationCurve()
Returns the enum constant of this class with the specified name.static BoundedParameter.NormalizationCurve[]
BoundedParameter.NormalizationCurve.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondouble
BoundedParameter.Range.getNormalized
(double value, double exponent, BoundedParameter.NormalizationCurve curve) double
BoundedParameter.Range.normalizedToValue
(double normalized, double exponent, BoundedParameter.NormalizationCurve curve) BoundedFunctionalParameter.setNormalizationCurve
(BoundedParameter.NormalizationCurve curve) BoundedParameter.setNormalizationCurve
(BoundedParameter.NormalizationCurve curve) CompoundParameter.setNormalizationCurve
(BoundedParameter.NormalizationCurve curve)