Class UITimer
java.lang.Object
heronarts.lx.studio.ui.modulation.UITimer
- All Implemented Interfaces:
UIControls
,UIModulatorControls<Timer>
-
Nested Class Summary
Nested classes/interfaces inherited from interface heronarts.lx.studio.ui.modulation.UIModulatorControls
UIModulatorControls.Missing, UIModulatorControls.Placeholder
-
Field Summary
Fields inherited from interface heronarts.lx.studio.ui.device.UIControls
COL_WIDTH, KNOB_SIDE_MARGIN
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
buildModulatorControls
(LXStudio.UI ui, UIModulator uiModulator, Timer timer) static UI2dContainer
newTimerRow
(LXStudio.UI ui, String label, TimeParameter time, BooleanParameter triggerOut) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface heronarts.lx.studio.ui.device.UIControls
addColumn, addColumn, addColumn, addColumn, addColumn, addVerticalBreak, controlLabel, controlLabel, horizontalBreak, newButton, newButton, newButton, newButton, newColorControl, newColorControl, newDoubleBox, newDoubleBox, newDropMenu, newDropMenu, newEnumBox, newEnumBox, newHorizontalSlider, newHorizontalSlider, newIntegerBox, newIntegerBox, newKnob, newKnob, newTextBox, newTextBox, newTextBox, newVerticalSlider, sectionLabel, sectionLabel, verticalBreak
Methods inherited from interface heronarts.lx.studio.ui.modulation.UIModulatorControls
disposeModulatorControls
-
Constructor Details
-
UITimer
public UITimer()
-
-
Method Details
-
buildModulatorControls
- Specified by:
buildModulatorControls
in interfaceUIModulatorControls<Timer>
-
newTimerRow
public static UI2dContainer newTimerRow(LXStudio.UI ui, String label, TimeParameter time, BooleanParameter triggerOut)
-