Uses of Class
heronarts.glx.ui.component.UILabel
Package
Description
-
Uses of UILabel in heronarts.glx.ui.component
Modifier and TypeClassDescriptionclass
static class
static class
class
Modifier and TypeMethodDescriptiondefault UILabel
UICollapsibleSection.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.lx.studio.ui
Modifier and TypeFieldDescriptionfinal UILabel
UIContentPicker.effectLabel
final UILabel
UIContextualHelpBar.label
final UILabel
UIContentPicker.patternLabel
-
Uses of UILabel in heronarts.lx.studio.ui.device
Modifier and TypeMethodDescriptiondefault UILabel
UIControls.controlLabel
(LXStudio.UI ui, String label) default UILabel
UIControls.controlLabel
(LXStudio.UI ui, String label, float width) -
Uses of UILabel in heronarts.lx.studio.ui.fixture
Modifier and TypeMethodDescriptionUIFixture.newControlLabel
(String label, float width) UIFixture.newParameterLabel
(String label, float width)