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 TypeClassDescriptionclass
static class
static class
class
Methods in heronarts.glx.ui.component that return UILabelModifier 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
Fields in heronarts.lx.studio.ui declared as UILabelModifier and TypeFieldDescriptionfinal UILabel
UIContentPicker.effectLabel
final UILabel
UIContextualHelpBar.label
final UILabel
UIContentPicker.patternLabel
-
Uses of UILabel in heronarts.lx.studio.ui.device
Methods in heronarts.lx.studio.ui.device that return UILabelModifier 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
Methods in heronarts.lx.studio.ui.fixture that return UILabelModifier and TypeMethodDescriptionUIFixture.newControlLabel
(String label, float width) UIFixture.newParameterLabel
(String label, float width)