Uses of Class
heronarts.glx.ui.component.UIButton
Package
Description
-
Uses of UIButton in heronarts.glx.ui.component
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
Modifier and TypeMethodDescriptionUIButton.removeParameter()
UIButton.setActive
(boolean active) protected UIButton
UIButton.setActive
(boolean active, boolean pushToParameter) UIButton.setActiveColor
(int activeColor) UIButton.setActiveColor
(UIColor activeColor) UIButton.setActiveFontColor
(int activeFontColor) Sets the active font colorUIButton.setActiveFontColor
(UIColor activeFontColor) Sets the active font colorUIButton.setActiveIcon
(VGraphics.Image activeIcon) UIButton.setActiveLabel
(String activeLabel) UIButton.setControlSource
(LXNormalizedParameter controlSource) Sets an explicit control source for the button, which may or may not match its other parameter behavior.UIButton.setControlTarget
(LXNormalizedParameter controlTarget) Sets an explicit control target for the button, which may or may not match its other parameter behavior.UIButton.setEnabled
(boolean enabled) UIButton.setEnumFormatter
(UIButton.EnumFormatter formatter) UIButton.setIcon
(VGraphics.Image icon) UIButton.setIconColor
(boolean iconColor) UIButton.setIconColor
(int iconColor) UIButton.setIconColor
(UIColor iconColor) UIButton.setIconOffset
(float iconOffsetX, float iconOffsetY) UIButton.setIconOffsetX
(float iconOffsetX) UIButton.setIconOffsetY
(float iconOffsetY) UIButton.setInactiveColor
(int inactiveColor) UIButton.setInactiveColor
(UIColor inactiveColor) UIButton.setInactiveIcon
(VGraphics.Image inactiveIcon) UIButton.setInactiveLabel
(String inactiveLabel) UIButton.setMomentary
(boolean momentary) UIButton.setParameter
(BooleanParameter parameter) UIButton.setParameter
(EnumParameter<? extends Object> parameter) UIButton.setTriggerable
(boolean triggerable) UIButton.toggle()
-
Uses of UIButton in heronarts.lx.studio.ui.device
Modifier and TypeMethodDescriptiondefault UIButton
UIControls.newButton
(BooleanParameter p) default UIButton
UIControls.newButton
(BooleanParameter p, float width) default UIButton
UIControls.newButton
(EnumParameter<?> p) default UIButton
UIControls.newButton
(EnumParameter<?> p, float width) -
Uses of UIButton in heronarts.lx.studio.ui.fixture
Modifier and TypeMethodDescriptionUIFixture.newControlButton
(BooleanParameter parameter, float width) UIFixture.newControlButton
(EnumParameter<?> parameter, float width) -
Uses of UIButton in heronarts.lx.studio.ui.mixer
Modifier and TypeFieldDescriptionprotected final UIButton
UIAbstractChannelStripControls.activeButton
protected final UIButton
UIAbstractChannelStripControls.armButton
protected final UIButton
UIAbstractChannelStripControls.auxButton
protected final UIButton
UIAbstractChannelStripControls.cueButton
-
Uses of UIButton in heronarts.lx.studio.ui.modulation
Modifier and TypeClassDescriptionclass
static class
static class
static class