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.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.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 |
UIRightPane |
Modifier and Type | Field and Description |
---|---|
UI2dContainer |
UIBottomTray.rightSection |
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 |
UIClipView |
class |
UISceneLauncher |
Modifier and Type | Class and Description |
---|---|
class |
UIBusDevice |
class |
UIDevice |
class |
UIDeviceBin |
class |
UIDeviceModulators |
class |
UIEffectDevice |
class |
UIPatternDevice |
class |
UIPatternList |
Modifier and Type | Field and Description |
---|---|
protected UI2dContainer |
UIDevice.content |
protected UI2dContainer |
UIDevice.modulatorContent |
Modifier and Type | Method and Description |
---|---|
default UI2dContainer |
UIDeviceControls.addColumn(UIDevice uiDevice,
float columnWidth,
String label,
UI2dComponent... components) |
default UI2dContainer |
UIDeviceControls.addColumn(UIDevice uiDevice,
float columnWidth,
UI2dComponent... components) |
default UI2dContainer |
UIDeviceControls.addColumn(UIDevice uiDevice,
String label,
UI2dComponent... components) |
default UI2dContainer |
UIDeviceControls.addColumn(UIDevice uiDevice,
UI2dComponent... components) |
Modifier and Type | Class and Description |
---|---|
class |
UIFixture |
class |
UIFixture.Section |
class |
UIFixtureInspector |
class |
UIFixtureManager |
Modifier and Type | Method and Description |
---|---|
UI2dContainer |
UIFixture.newControlRow() |
UI2dContainer |
UIFixture.newControlRow(UI2dComponent... components) |
Modifier and Type | Class and Description |
---|---|
class |
UIAudio |
class |
UIAudio.UIOutputControls |
class |
UICamera |
class |
UIPalette |
class |
UIPalette.UISavedSwatch |
class |
UISnapshots |
Modifier and Type | Method and Description |
---|---|
static void |
UIAudio.addAttackAndRelease(UI2dContainer container,
float yp,
BoundedParameter attack,
BoundedParameter release) |
static void |
UIAudio.addGainAndRange(UI2dContainer container,
float yp,
BoundedParameter gain,
BoundedParameter range) |
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 |
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
|
static class |
UIVariableLFO.UIPeriodControl |
Modifier and Type | Field and Description |
---|---|
protected UI2dContainer |
UIAbstractGlobalModulator.modulations |
Modifier and Type | Class and Description |
---|---|
class |
UIOscManager |
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 |
UI2dContext
A UIContext is a container that owns a graphics buffer.
|
class |
UI2dScrollContext |
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 | Method and Description |
---|---|
UI2dContainer |
UI2dContainer.addChildren(UI2dComponent... children) |
protected UI2dContainer |
UI2dContainer.addTopLevelComponent(UI2dComponent child) |
UI2dContainer |
UI2dComponent.getContainer()
Returns the 2d container that this is in
|
static UI2dContainer |
UI2dContainer.newHorizontalContainer(float height) |
static UI2dContainer |
UI2dContainer.newHorizontalContainer(float height,
float childSpacing) |
static UI2dContainer |
UI2dContainer.newHorizontalContainer(float height,
float childSpacing,
UI2dComponent... children) |
static UI2dContainer |
UI2dContainer.newVerticalContainer(float width) |
static UI2dContainer |
UI2dContainer.newVerticalContainer(float width,
float childSpacing) |
static UI2dContainer |
UI2dContainer.newVerticalContainer(float width,
float childSpacing,
UI2dComponent... children) |
UI2dContainer |
UI2dContainer.removeAllChildren() |
UI2dContainer |
UI2dContainer.setArrowKeyFocus(UI2dContainer.ArrowKeyFocus keyFocus) |
UI2dContainer |
UI2dContainer.setChildMargin(float childMargin)
Deprecated.
|
UI2dContainer |
UI2dContainer.setChildSpacing(float childSpacing)
Sets the spacing between child objects when a layout is in use
|
UI2dContainer |
UI2dContainer.setChildSpacing(float childSpacingY,
float childSpacingX)
Sets the spacing between child objects when a layout is in use
|
UI2dContainer |
UI2dContainer.setContentHeight(float h) |
UI2dContainer |
UI2dScrollContext.setContentSize(float w,
float h) |
UI2dContainer |
UI2dContainer.setContentSize(float w,
float h) |
protected UI2dContainer |
UI2dContainer.setContentTarget(UI2dContainer contentTarget) |
UI2dContainer |
UI2dContainer.setContentWidth(float w) |
UI2dContainer |
UI2dContainer.setLayout(UI2dContainer.Layout layout) |
UI2dContainer |
UI2dContainer.setMinHeight(float minHeight) |
UI2dContainer |
UI2dContainer.setMinWidth(float minWidth) |
UI2dContainer |
UI2dContainer.setPadding(float padding) |
UI2dContainer |
UI2dContainer.setPadding(float yPadding,
float xPadding) |
UI2dContainer |
UI2dContainer.setPadding(float topPadding,
float rightPadding,
float bottomPadding,
float leftPadding) |
Modifier and Type | Method and Description |
---|---|
protected UI2dContainer |
UI2dContainer.setContentTarget(UI2dContainer contentTarget) |
Modifier and Type | Class and Description |
---|---|
class |
UIButtonGroup |
class |
UICollapsibleSection
Section with a title which can collapse/expand
|
protected class |
UIColorPicker.UIColorOverlay |
class |
UIImageContext |
static class |
UIItemList.BasicList |
static class |
UIItemList.ScrollList |
Modifier and Type | Method and Description |
---|---|
UI2dContainer |
UICollapsibleSection.getContentTarget() |
LX library by Mark C. Slee. © 2012-2020