Package | Description |
---|---|
heronarts.lx.studio.ui | |
heronarts.lx.studio.ui.browser | |
heronarts.lx.studio.ui.clip | |
heronarts.lx.studio.ui.device | |
heronarts.lx.studio.ui.fixture | |
heronarts.lx.studio.ui.global | |
heronarts.lx.studio.ui.lfo | |
heronarts.lx.studio.ui.midi | |
heronarts.lx.studio.ui.mixer | |
heronarts.lx.studio.ui.model | |
heronarts.lx.studio.ui.modulation | |
heronarts.lx.studio.ui.osc | |
heronarts.lx.studio.ui.pattern | |
heronarts.lx.studio.ui.toolbar | |
heronarts.p3lx.ui |
Framework for building modular 3d+2d UI in Processing 2.
|
heronarts.p3lx.ui.component |
Collection of standard UI components.
|
Modifier and Type | Class and Description |
---|---|
class |
UIBottomTray |
class |
UIContentPicker |
class |
UIContentPicker.UIContentList |
class |
UIContextualHelpBar |
class |
UILeftPane |
class |
UIPane |
class |
UIPreferences |
class |
UIPreviewWindow |
class |
UIPreviewWindow.Grid |
class |
UIRightPane |
Modifier and Type | Method and Description |
---|---|
UIObject |
UIContentPicker.focus(Event event) |
Modifier and Type | Class and Description |
---|---|
class |
UIComponentManager |
class |
UIEffectManager |
class |
UIPackageManager |
class |
UIPatternManager |
class |
UIPluginManager |
Modifier and Type | Class and Description |
---|---|
class |
UIClipButton |
class |
UIClipLauncher |
class |
UIClipStop |
class |
UIClipView |
class |
UISceneButton |
class |
UISceneLauncher |
class |
UISceneStop |
class |
UIStop |
Modifier and Type | Class and Description |
---|---|
class |
UIBusDevice |
class |
UIDevice |
class |
UIDeviceBin |
class |
UIDeviceModulators |
class |
UIEffectDevice |
class |
UIPatternDevice |
class |
UIPatternList |
Modifier and Type | Class and Description |
---|---|
class |
UIFixture |
class |
UIFixture.Section |
class |
UIFixtureInspector |
class |
UIFixtureManager |
Modifier and Type | Class and Description |
---|---|
class |
UIAudio |
class |
UIAudio.UIOutputControls |
class |
UICamera |
class |
UIPalette |
class |
UIPalette.UISavedSwatch |
class |
UISnapshots |
Modifier and Type | Class and Description |
---|---|
class |
UIWave |
Modifier and Type | Class and Description |
---|---|
class |
UIMidiInputs |
class |
UIMidiMappings |
class |
UIMidiSurfaces |
Modifier and Type | Class and Description |
---|---|
class |
UIAbstractChannelStripControls |
class |
UIChannelStrip |
class |
UIChannelStripControls |
class |
UIGroupStrip |
class |
UIGroupStripControls |
class |
UIMasterStrip |
class |
UIMasterStripControls |
class |
UIMixer |
class |
UIMixerStrip |
class |
UIMixerStripControls |
class |
UISceneStrip |
class |
UISceneStrip.UIClipViewToggle |
Modifier and Type | Class and Description |
---|---|
class |
UIModelManager |
class |
UIOutputManager |
Modifier and Type | Class and Description |
---|---|
class |
UIAbstractGlobalModulator |
protected class |
UIAbstractGlobalModulator.UICompoundModulation |
protected class |
UIAbstractGlobalModulator.UIModulation |
class |
UIComponentModulator |
class |
UIDeviceModulator |
class |
UIGlobalModulator |
class |
UIModulator
Abstract base class for a modulator UI element with controls, which could
be either in the global modulation scope or in the scope of a device
|
class |
UITriggerModulationButton |
static class |
UIVariableLFO.UIPeriodControl |
Modifier and Type | Class and Description |
---|---|
class |
UIOscManager |
Modifier and Type | Class and Description |
---|---|
static class |
UIGradientPattern.UIPaletteGradient |
Modifier and Type | Class and Description |
---|---|
class |
UICommand |
class |
UIEngine |
class |
UIProject |
class |
UIProject.UIScheduler |
class |
UITempo |
class |
UIToolbar |
class |
UIToolbarSection |
Modifier and Type | Class and Description |
---|---|
class |
UI2dComponent |
class |
UI2dContainer |
class |
UI2dContext
A UIContext is a container that owns a graphics buffer.
|
class |
UI2dScrollContext |
class |
UI3dComponent
A component in a CameraLayer.
|
class |
UI3dContext
This is a layer that contains a 3d scene with a camera.
|
class |
UIDialogBox |
class |
UIWindow
A UIWindow is a UIContext that by default has a title bar and can be dragged
around when the mouse is pressed on the title bar.
|
Modifier and Type | Field and Description |
---|---|
protected List<UIObject> |
UIObject.children |
Modifier and Type | Method and Description |
---|---|
protected UIObject |
UIObject.addLoopTask(LXLoopTask loopTask)
Add a task to be performed on every loop of the UI engine.
|
UIObject |
UIObject.blur()
Blur this object.
|
UIObject |
UIObject.bringToFront()
Brings this object to the front of its container.
|
protected UIObject |
UIObject.consumeKeyEvent()
Called in a key event handler to stop this event from bubbling up the
parent container chain.
|
protected UIObject |
UIObject.consumeMousePress()
Called in a mouse event handler to stop this event from bubbling up the
parent container chain.
|
protected UIObject |
UIObject.consumeMouseWheelEvent()
Called in a mouse wheel handler to stop this mouse wheel event from
bubbling.
|
UIObject |
UIObject.focus(Event event)
Focuses on this object, giving focus to everything above
and whatever was previously focused below.
|
UIObject |
UIContainer.getContentTarget()
Returns the object that elements are added to when placed in this container.
|
UIObject |
UI2dContainer.getContentTarget()
Returns the object that elements are added to when placed in this container.
|
UIObject |
UIObject.getFocusedChild()
Gets which immediate child of this object is focused, may be null.
|
protected UIObject |
UIObject.getParent()
Subclasses may access the object that is containing this one
|
UIObject |
UI2dComponent.getParent()
Get the parent object that this is in
|
protected UIObject |
UIObject.removeLoopTask(LXLoopTask loopTask)
Remove a task from the UI engine
|
UIObject |
UIObject.setDescription(String description) |
UIObject |
UIObject.setVisible(boolean visible)
Set whether this object is visible
|
UIObject |
UIObject.toggleVisible()
Toggle visible state of this component
|
Modifier and Type | Method and Description |
---|---|
List<UIObject> |
UI2dContainer.getChildren() |
Iterator<UIObject> |
UI2dContainer.iterator() |
Modifier and Type | Method and Description |
---|---|
UI2dComponent |
UI2dComponent.setPosition(UIObject parent,
float offsetX,
float offsetY)
Sets the position of this object in the global space, relative to a parent object
with a defined offset
|
Modifier and Type | Class and Description |
---|---|
class |
UIButton |
static class |
UIButton.Action |
static class |
UIButton.Trigger |
class |
UIButtonGroup |
class |
UICheckbox |
class |
UICollapsibleSection
Section with a title which can collapse/expand
|
class |
UIColorPicker |
protected class |
UIColorPicker.UIColorOverlay |
class |
UIComponentLabel |
class |
UICompoundParameterControl |
class |
UIContextButton |
class |
UIContextMenu |
class |
UIDiscreteColorBox |
class |
UIDoubleBox |
class |
UIDropMenu |
class |
UIDynamicColorPicker |
class |
UIEnumBox |
class |
UIFileNameBox |
class |
UIGLPointCloud
Same as a UIPointCloud, except this version uses GLSL to draw
the points with a vertex shader.
|
class |
UIImage |
class |
UIImageContext |
class |
UIInputBox |
class |
UIIntegerBox |
static class |
UIItemList.BasicList |
static class |
UIItemList.ScrollList |
class |
UIKnob |
class |
UILabel
A simple text label object.
|
class |
UINumberBox |
class |
UIParameterComponent |
class |
UIParameterControl |
class |
UIParameterLabel |
class |
UIPointCloud
Draws a cloud of points in the layer
|
class |
UISlider |
class |
UISwitch |
class |
UITextBox |
class |
UIToggleSet |
LX library by Mark C. Slee. © 2012-2020