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.CollectionLXComponent.internalParametersprotected final LXParameter.CollectionLXComponent.legacyInternalParametersprotected final LXParameter.CollectionLXComponent.legacyParametersprotected final LXParameter.CollectionLXComponent.parametersMethods in heronarts.lx with parameters of type LXParameter.CollectionModifier and TypeMethodDescriptionprotected final LXComponentLXComponent.addParameters(LXParameter.Collection parameters) Add all parameters from a collection of parametersstatic voidLXSerializable.Utils.loadParameters(JsonObject obj, LXParameter.Collection parameters) Utility function to load a set of parametersstatic voidLXSerializable.Utils.saveParameters(JsonObject obj, LXParameter.Collection parameters) static JsonObjectLXSerializable.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.CollectionLXMidiSurface.mutableSettingsprotected final LXParameter.CollectionLXMidiSurface.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.color
Fields in heronarts.lx.pattern.color declared as LXParameter.Collection -
Uses of LXParameter.Collection in heronarts.lx.pattern.texture
Fields in heronarts.lx.pattern.texture declared as LXParameter.Collection