Uses of Interface
heronarts.lx.parameter.LXParameter.Formatter
Packages that use LXParameter.Formatter
Package
Description
Utility abstraction for values that vary over time.
Abstraction for values that may be monitored and controlled via UI.
-
Uses of LXParameter.Formatter in heronarts.lx.modulator
Methods in heronarts.lx.modulator that return LXParameter.FormatterMethods in heronarts.lx.modulator with parameters of type LXParameter.Formatter -
Uses of LXParameter.Formatter in heronarts.lx.parameter
Classes in heronarts.lx.parameter that implement LXParameter.FormatterMethods in heronarts.lx.parameter that return LXParameter.FormatterModifier and TypeMethodDescriptionFixedParameter.getFormatter()
FunctionalParameter.getFormatter()
LXListenableParameter.getFormatter()
LXParameter.getFormatter()
Gets the formatter to be used for printing this parameter's valueNormalizedParameter.getFormatter()
Methods in heronarts.lx.parameter with parameters of type LXParameter.FormatterModifier and TypeMethodDescriptionFixedParameter.setFormatter
(LXParameter.Formatter formatter) FunctionalParameter.setFormatter
(LXParameter.Formatter formatter) LXListenableParameter.setFormatter
(LXParameter.Formatter formatter) LXParameter.setFormatter
(LXParameter.Formatter formatter) Sets the formatter used for printing this parameter's valueNormalizedParameter.setFormatter
(LXParameter.Formatter formatter)