Uses of Class
heronarts.lx.parameter.LXParameter.Collection
Packages that use LXParameter.Collection
Package
Description
Core LX engine and component functionality.
Abstraction for values that may be monitored and controlled via UI.
-
Uses of LXParameter.Collection in heronarts.lx
Fields in heronarts.lx declared as LXParameter.CollectionModifier and TypeFieldDescriptionprotected final LXParameter.Collection
LXComponent.internalParameters
protected final LXParameter.Collection
LXComponent.legacyInternalParameters
protected final LXParameter.Collection
LXComponent.legacyParameters
protected final LXParameter.Collection
LXComponent.parameters
Methods in heronarts.lx with parameters of type LXParameter.CollectionModifier and TypeMethodDescriptionprotected final LXComponent
LXComponent.addParameters
(LXParameter.Collection parameters) Add all parameters from a collection of parametersstatic void
LXSerializable.Utils.loadParameters
(JsonObject obj, LXParameter.Collection parameters) Utility function to load a set of parametersstatic void
LXSerializable.Utils.saveParameters
(JsonObject obj, LXParameter.Collection parameters) static JsonObject
LXSerializable.Utils.saveParameters
(LXParameter.Collection parameters) -
Uses of LXParameter.Collection in heronarts.lx.midi.surface
Fields in heronarts.lx.midi.surface declared as LXParameter.CollectionModifier and TypeFieldDescriptionprotected final LXParameter.Collection
LXMidiSurface.mutableSettings
protected final LXParameter.Collection
LXMidiSurface.mutableState
-
Uses of LXParameter.Collection in heronarts.lx.parameter
Methods in heronarts.lx.parameter that return LXParameter.CollectionModifier and TypeMethodDescriptionLXParameter.Collection.add
(String path, LXParameter parameter) LXParameter.Collection.reset()
-
Uses of LXParameter.Collection in heronarts.lx.pattern.texture
Fields in heronarts.lx.pattern.texture declared as LXParameter.Collection