Uses of Class
heronarts.lx.parameter.StringParameter
Packages that use StringParameter
Package
Description
Core LX engine and component functionality.
Modulator classes for real-time audio analysis.
Classes for color manipulation, blending, color values.
Utility abstraction for values that vary over time.
Abstraction for values that may be monitored and controlled via UI.
-
Uses of StringParameter in heronarts.glx.ui
Fields in heronarts.glx.ui declared as StringParameter -
Uses of StringParameter in heronarts.glx.ui.component
Methods in heronarts.glx.ui.component with parameters of type StringParameterConstructors in heronarts.glx.ui.component with parameters of type StringParameterModifierConstructorDescriptionUITextBox
(float x, float y, float w, float h, StringParameter parameter) UITextBox
(float w, float h, StringParameter parameter) -
Uses of StringParameter in heronarts.lx
Fields in heronarts.lx declared as StringParameterModifier and TypeFieldDescriptionLX.failure
This parameter will be set if a critical, unrecoverable error occurs.final StringParameter
LXComponent.label
The user-facing label of this component.final StringParameter
LXComponent.presetFile
final StringParameter
Parameter that can be watched by the UI to push status messagesfinal StringParameter
LXPreferences.uiTheme
Methods in heronarts.lx with parameters of type StringParameterModifier and TypeMethodDescriptionstatic void
LXSerializable.Utils.loadString
(StringParameter parameter, JsonObject object, String key) Loads an double value into a parameter, if it is found. -
Uses of StringParameter in heronarts.lx.audio
Fields in heronarts.lx.audio declared as StringParameter -
Uses of StringParameter in heronarts.lx.clipboard
Constructors in heronarts.lx.clipboard with parameters of type StringParameter -
Uses of StringParameter in heronarts.lx.color
Fields in heronarts.lx.color declared as StringParameterModifier and TypeFieldDescriptionfinal StringParameter
LXPalette.label1
final StringParameter
LXPalette.label2
final StringParameter
LXPalette.label3
final StringParameter
LXPalette.label4
final StringParameter
LXPalette.label5
final StringParameter[]
LXPalette.labels
-
Uses of StringParameter in heronarts.lx.command
Constructors in heronarts.lx.command with parameters of type StringParameter -
Uses of StringParameter in heronarts.lx.modulator
Fields in heronarts.lx.modulator declared as StringParameterModifier and TypeFieldDescriptionfinal StringParameter
MacroKnobs.label1
final StringParameter
MacroSwitches.label1
final StringParameter
MacroTriggers.label1
final StringParameter
MacroKnobs.label2
final StringParameter
MacroSwitches.label2
final StringParameter
MacroTriggers.label2
final StringParameter
MacroKnobs.label3
final StringParameter
MacroSwitches.label3
final StringParameter
MacroTriggers.label3
final StringParameter
MacroKnobs.label4
final StringParameter
MacroSwitches.label4
final StringParameter
MacroTriggers.label4
final StringParameter
MacroKnobs.label5
final StringParameter
MacroSwitches.label5
final StringParameter
MacroTriggers.label5
final StringParameter[]
MacroKnobs.labels
final StringParameter[]
MacroSwitches.labels
final StringParameter[]
MacroTriggers.labels
-
Uses of StringParameter in heronarts.lx.osc
Fields in heronarts.lx.osc declared as StringParameterModifier and TypeFieldDescriptionfinal StringParameter
LXOscEngine.receiveHost
final StringParameter
LXOscEngine.transmitHost
-
Uses of StringParameter in heronarts.lx.parameter
Methods in heronarts.lx.parameter that return StringParameter -
Uses of StringParameter in heronarts.lx.pattern.image
Fields in heronarts.lx.pattern.image declared as StringParameter -
Uses of StringParameter in heronarts.lx.pattern.test
Fields in heronarts.lx.pattern.test declared as StringParameter -
Uses of StringParameter in heronarts.lx.scheduler
Fields in heronarts.lx.scheduler declared as StringParameter -
Uses of StringParameter in heronarts.lx.script
Fields in heronarts.lx.script declared as StringParameterModifier and TypeFieldDescriptionfinal StringParameter
LXScriptEngine.error
User facing error messagefinal StringParameter
LXScriptEngine.scriptName
-
Uses of StringParameter in heronarts.lx.structure
Fields in heronarts.lx.structure declared as StringParameterModifier and TypeFieldDescriptionfinal StringParameter
GridFixture.columnTags
final StringParameter
JsonFixture.errorMessage
final StringParameter
LXProtocolFixture.host
final StringParameter
LXStructure.modelName
final StringParameter
LXStructure.outputError
final StringParameter
GridFixture.rowTags
final StringParameter
JsonFixture.ParameterDefinition.stringParameter
final StringParameter
LXFixture.tags
-
Uses of StringParameter in heronarts.lx.structure.view
Fields in heronarts.lx.structure.view declared as StringParameter -
Uses of StringParameter in heronarts.lx.studio.ui.device
Methods in heronarts.lx.studio.ui.device with parameters of type StringParameterModifier and TypeMethodDescriptiondefault UITextBox
UIControls.newTextBox
(StringParameter p) default UITextBox
UIControls.newTextBox
(StringParameter p, float width) default UITextBox
UIControls.newTextBox
(StringParameter p, float width, float height) protected UIDevice
UIDevice.setTitle
(StringParameter title) -
Uses of StringParameter in heronarts.lx.studio.ui.fixture
Methods in heronarts.lx.studio.ui.fixture with parameters of type StringParameterModifier and TypeMethodDescriptionUIFixture.newControlTextBox
(StringParameter parameter, float width) UIFixture.newTagBox
(StringParameter tags, float width)