Uses of Class
heronarts.glx.ui.component.UIIntegerBox
Package
Description
-
Uses of UIIntegerBox in heronarts.glx.ui.component
Modifier and TypeMethodDescriptionUIIntegerBox.setParameter
(DiscreteParameter parameter) UIIntegerBox.setRange
(int minValue, int maxValue) Sets the range of the input box, inclusiveUIIntegerBox.setValue
(int value) protected UIIntegerBox
UIIntegerBox.setValue
(int value, boolean pushToParameter) UIIntegerBox.setWrappable
(boolean wrappable) Sets whether the box is wrappable, only applies when there is not a parameter set. -
Uses of UIIntegerBox in heronarts.lx.studio.ui.device
Modifier and TypeMethodDescriptiondefault UIIntegerBox
UIControls.newIntegerBox
(DiscreteParameter p) default UIIntegerBox
UIControls.newIntegerBox
(DiscreteParameter p, float width) -
Uses of UIIntegerBox in heronarts.lx.studio.ui.fixture
Modifier and TypeMethodDescriptionUIFixture.newControlIntBox
(DiscreteParameter parameter, float width)