Package heronarts.glx.ui
Interface UIContainer
- All Known Implementing Classes:
LXStudio.UI.MainContext
,UI2dContainer
,UI2dContext
,UI2dScrollContainer
,UI2dScrollContext
,UIAbstractChannelStripControls
,UIAbstractGlobalModulator
,UIAbstractGlobalModulator.UICompoundModulation
,UIAbstractGlobalModulator.UIModulation
,UIAudio
,UIAudio.GraphicMeter
,UIAudio.UIOutputControls
,UIAuthorize
,UIBottomTray
,UIBusDevice
,UIButtonGroup
,UICamera
,UIChannelDevice
,UIChannelDevice.PlaylistControls
,UIChannelStrip
,UIChannelStripControls
,UIClipButton
,UIClipGridStrip
,UIClipLauncher
,UIClipView
,UICollapsibleSection
,UIColorPicker.UIColorOverlay
,UICommand
,UIComponentManager
,UIComponentModulator
,UIContentPicker
,UIContentPicker.UIContentList
,UIContextMenu
,UIContextualHelpBar
,UICredits
,UIDevice
,UIDeviceBin
,UIDeviceBin.UIPatternBin
,UIDeviceModulator
,UIDeviceModulators
,UIDialogBox
,UIDmxManager
,UIEffectDevice
,UIEffectManager
,UIEngine
,UIEnvelop
,UIFixture
,UIFixture.Section
,UIFixtureErrors
,UIFixtureInspector
,UIFixtureManager
,UIFixturePicker
,UIGlobalModulator
,UIGroupStrip
,UIGroupStripControls
,UIImageMaskEffect.ImageControls
,UIImagePattern.ImageControls
,UIItemList.BasicList
,UIItemList.ScrollList
,UILeftPane
,UILoading
,UIMasterStrip
,UIMasterStripControls
,UIMidiInputs
,UIMidiMappings
,UIMidiSurfaces
,UIMixer
,UIMixerStrip
,UIMixerStripControls
,UIModelInspector
,UIModelManager
,UIModulator
,UIModulatorPicker
,UIOscManager
,UIOutputManager
,UIPackageManager
,UIPalette
,UIPalette.SavedSwatch
,UIPalette.Swatch
,UIPane
,UIPatternDevice
,UIPatternList
,UIPatternManager
,UIPerformanceAudio
,UIPerformanceDevice
,UIPerformancePalette
,UIPerformancePane
,UIPerformancePane.ExpandableSection
,UIPerformancePane.Section
,UIPerformanceTool
,UIPerformanceTool.Content
,UIPluginManager
,UIPreferences
,UIPresetDevice
,UIProject
,UIProject.UIScheduler
,UIReaper
,UIRestrictions
,UIRightPane
,UISceneLauncher
,UISceneStrip
,UISnapshots
,UISoundStageManager
,UITempo
,UIToolbar
,UIToolbarSection
,UIVariableLFO.UIPeriodControl
,UIViews
,UIWave
public interface UIContainer
-
Method Summary
Modifier and TypeMethodDescriptionfloat
Returns the height of the content containerReturns the object that elements are added to when placed in this container.float
Returns the width of the content container
-
Method Details
-
getContentWidth
float getContentWidth()Returns the width of the content container- Returns:
- width of content section
-
getContentHeight
float getContentHeight()Returns the height of the content container- Returns:
- height of the content section
-
getContentTarget
UIObject getContentTarget()Returns the object that elements are added to when placed in this container. In most cases, it will be "this" - but some elements have special sub-containers.- Returns:
- Element
-