Uses of Class
heronarts.glx.ui.component.UILabel
Packages that use UILabel
Package
Description
-
Uses of UILabel in heronarts.glx.ui.component
Subclasses of UILabel in heronarts.glx.ui.componentModifier and TypeClassDescriptionclassstatic classstatic classstatic classclassMethods in heronarts.glx.ui.component that return UILabelModifier and TypeMethodDescriptionprotected UILabelUICollapsibleSection.controlLabel(UI ui, String label) default UILabelUICollapsibleSection.Utils.geometryLabel(UI ui, String label) UILabel.setBreakLines(boolean breakLines) Sets the label to render text multi-lineUILabel.setBreakLines(boolean breakLines, boolean autoHeight) Sets the label to render text multi-lineUILabel.setPadding(int padding) Sets padding on all 4 sidesUILabel.setPadding(int topBottom, int leftRight) Sets padding on top and sides, CSS styleUILabel.setPadding(int topPadding, int rightPadding, int bottomPadding, int leftPadding) Sets padding on all 4 sides -
Uses of UILabel in heronarts.glx.ui.modulation
Subclasses of UILabel in heronarts.glx.ui.modulation -
Uses of UILabel in heronarts.lx.studio.ui
Fields in heronarts.lx.studio.ui declared as UILabelModifier and TypeFieldDescriptionfinal UILabelUIContentPicker.effectLabelfinal UILabelUIContentPicker.patternLabel -
Uses of UILabel in heronarts.lx.studio.ui.device
Methods in heronarts.lx.studio.ui.device that return UILabelModifier and TypeMethodDescriptiondefault UILabelUIControls.controlLabel(LXStudio.UI ui, String label) default UILabelUIControls.controlLabel(LXStudio.UI ui, String label, float width) -
Uses of UILabel in heronarts.lx.studio.ui.fixture
Methods in heronarts.lx.studio.ui.fixture that return UILabelModifier and TypeMethodDescriptionUIFixture.newControlLabel(String label, float width) UIFixture.newControlLabel(String label, float width, float height) UIFixture.newParameterLabel(String label, float width) -
Uses of UILabel in heronarts.lx.studio.ui.modulation
Methods in heronarts.lx.studio.ui.modulation that return UILabelModifier and TypeMethodDescriptionprotected static UILabelUIModulator.newMacroExclusiveButton(UI ui, UIModulator uiModulator, MacroSwitches macro, float x, float y) protected static UILabelUIModulator.newMacroSizeButton(UI ui, UIModulator uiModulator, LXMacroModulator macro, float x, float y)