Uses of Class
heronarts.lx.LXDeviceComponent
Packages that use LXDeviceComponent
Package
Description
Core LX engine and component functionality.
Layer components that mutate existing buffers with standardized enable/disable.
Utility abstraction for values that vary over time.
Core classes for procedural animation.
-
Uses of LXDeviceComponent in heronarts.lx
Fields in heronarts.lx with type parameters of type LXDeviceComponentModifier and TypeFieldDescriptionstatic final Comparator<Class<? extends LXDeviceComponent>>
LXDeviceComponent.DEVICE_CATEGORY_NAME_SORT
Methods in heronarts.lx that return LXDeviceComponentModifier and TypeMethodDescriptionprotected LXDeviceComponent
LXDeviceComponent.resetRemoteControls()
Methods in heronarts.lx with parameters of type LXDeviceComponentModifier and TypeMethodDescriptionprotected LXLayeredComponent
LXLayeredComponent.setBuffer
(LXDeviceComponent component) Constructors in heronarts.lx with parameters of type LXDeviceComponentModifierConstructorDescriptionprotected
LXLayer
(LX lx, LXDeviceComponent buffer) protected
LXLayeredComponent
(LX lx, LXDeviceComponent component) -
Uses of LXDeviceComponent in heronarts.lx.command
Fields in heronarts.lx.command with type parameters of type LXDeviceComponentModifier and TypeFieldDescriptionprotected final LXCommand.ComponentReference<LXDeviceComponent>
LXCommand.Device.RemoteControls.device
protected final LXCommand.ComponentReference<LXDeviceComponent>
LXCommand.Device.RemoteControls.device
Constructors in heronarts.lx.command with parameters of type LXDeviceComponentModifierConstructorDescriptionClearRemoteControls
(LXDeviceComponent device) SetRemoteControls
(LXDeviceComponent device, LXListenableNormalizedParameter[] remoteControls) -
Uses of LXDeviceComponent in heronarts.lx.dmx
Subclasses of LXDeviceComponent in heronarts.lx.dmx -
Uses of LXDeviceComponent in heronarts.lx.effect
Subclasses of LXDeviceComponent in heronarts.lx.effectModifier and TypeClassDescriptionclass
class
class
class
class
Class to represent an effect that may be applied to the color array.static class
Placeholder pattern for when a class is missingclass
LXModelEffect<T extends LXModel>
Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionclass
class
-
Uses of LXDeviceComponent in heronarts.lx.effect.audio
Subclasses of LXDeviceComponent in heronarts.lx.effect.audio -
Uses of LXDeviceComponent in heronarts.lx.effect.color
Subclasses of LXDeviceComponent in heronarts.lx.effect.color -
Uses of LXDeviceComponent in heronarts.lx.effect.image
Subclasses of LXDeviceComponent in heronarts.lx.effect.image -
Uses of LXDeviceComponent in heronarts.lx.effect.midi
Subclasses of LXDeviceComponent in heronarts.lx.effect.midi -
Uses of LXDeviceComponent in heronarts.lx.midi.surface
Methods in heronarts.lx.midi.surface that return LXDeviceComponentModifier and TypeMethodDescriptionFocusedDevice.getDevice()
Returns the device presently focused, if anyMethods in heronarts.lx.midi.surface with parameters of type LXDeviceComponentModifier and TypeMethodDescriptionvoid
FocusedDevice.Listener.onDeviceFocused
(LXDeviceComponent device) -
Uses of LXDeviceComponent in heronarts.lx.modulator
Methods in heronarts.lx.modulator with parameters of type LXDeviceComponentModifier and TypeMethodDescriptionvoid
FocusedPatternControls.onDeviceFocused
(LXDeviceComponent device) -
Uses of LXDeviceComponent in heronarts.lx.pattern
Subclasses of LXDeviceComponent in heronarts.lx.patternModifier and TypeClassDescriptionclass
class
Deprecated.class
LXModelPattern<T extends LXModel>
Deprecated.No longer recommended, does not play nicely with dynamic models and view selectionclass
A pattern is the core object that the animation engine uses to generate colors for all the points.static class
Placeholder pattern for when a class is missing -
Uses of LXDeviceComponent in heronarts.lx.pattern.audio
Subclasses of LXDeviceComponent in heronarts.lx.pattern.audio -
Uses of LXDeviceComponent in heronarts.lx.pattern.color
Subclasses of LXDeviceComponent in heronarts.lx.pattern.colorModifier and TypeClassDescriptionclass
class
class
-
Uses of LXDeviceComponent in heronarts.lx.pattern.form
Subclasses of LXDeviceComponent in heronarts.lx.pattern.formModifier and TypeClassDescriptionclass
class
class
class
-
Uses of LXDeviceComponent in heronarts.lx.pattern.image
Subclasses of LXDeviceComponent in heronarts.lx.pattern.image -
Uses of LXDeviceComponent in heronarts.lx.pattern.strip
Subclasses of LXDeviceComponent in heronarts.lx.pattern.strip -
Uses of LXDeviceComponent in heronarts.lx.pattern.test
Subclasses of LXDeviceComponent in heronarts.lx.pattern.testModifier and TypeClassDescriptionclass
Braindead simple test pattern that iterates through all the nodes turning them on one by one in fixed order. -
Uses of LXDeviceComponent in heronarts.lx.pattern.texture
Subclasses of LXDeviceComponent in heronarts.lx.pattern.texture -
Uses of LXDeviceComponent in heronarts.lx.script
Subclasses of LXDeviceComponent in heronarts.lx.scriptConstructors in heronarts.lx.script with parameters of type LXDeviceComponentModifierConstructorDescriptionLXScriptEngine
(LXDeviceComponent device, LXScriptEngine.DeviceAdapter adapter) -
Uses of LXDeviceComponent in heronarts.lx.snapshot
Methods in heronarts.lx.snapshot with parameters of type LXDeviceComponentModifier and TypeMethodDescriptionprotected void
LXSnapshot.addDeviceView
(LXSnapshot.ViewScope scope, LXDeviceComponent device) -
Uses of LXDeviceComponent in heronarts.lx.studio
Methods in heronarts.lx.studio with parameters of type LXDeviceComponentModifier and TypeMethodDescriptionLXStudio.UI.instantiateDeviceControls
(LXDeviceComponent device) -
Uses of LXDeviceComponent in heronarts.lx.studio.ui.browser
Method parameters in heronarts.lx.studio.ui.browser with type arguments of type LXDeviceComponentModifier and TypeMethodDescriptionprotected UIItemList.Section
UIComponentManager.getCategorySection
(Class<? extends LXDeviceComponent> cls) -
Uses of LXDeviceComponent in heronarts.lx.studio.ui.device
Classes in heronarts.lx.studio.ui.device with type parameters of type LXDeviceComponentFields in heronarts.lx.studio.ui.device declared as LXDeviceComponentMethods in heronarts.lx.studio.ui.device with parameters of type LXDeviceComponentModifier and TypeMethodDescriptionvoid
UIDeviceControls.Default.buildDeviceControls
(LXStudio.UI ui, UIDevice uiDevice, LXDeviceComponent device) void
UIDeviceControls.Placeholder.buildDeviceControls
(LXStudio.UI ui, UIDevice uiDevice, LXDeviceComponent device) -
Uses of LXDeviceComponent in heronarts.lx.studio.ui.modulation
Constructors in heronarts.lx.studio.ui.modulation with parameters of type LXDeviceComponentModifierConstructorDescriptionUIDeviceModulator
(LXStudio.UI ui, LXDeviceComponent device, LXModulator modulator) -
Uses of LXDeviceComponent in heronarts.lx.studio.ui.pattern
Methods in heronarts.lx.studio.ui.pattern with parameters of type LXDeviceComponentModifier and TypeMethodDescriptionstatic void
UIScriptPattern.buildDeviceControls
(LXStudio.UI ui, UIDevice uiDevice, String type, LXDeviceComponent device, LXScriptEngine engine) -
Uses of LXDeviceComponent in heronarts.lx.studio.ui.performance
Fields in heronarts.lx.studio.ui.performance declared as LXDeviceComponentConstructors in heronarts.lx.studio.ui.performance with parameters of type LXDeviceComponentModifierConstructorDescriptionUIPerformanceDevice
(UI ui, LXDeviceComponent device, boolean isAux)