Package heronarts.lx.studio.ui.pattern
Class UISparklePattern
java.lang.Object
heronarts.lx.studio.ui.pattern.UISparklePattern
- All Implemented Interfaces:
UIControls
,UIDeviceControls<SparklePattern>
-
Nested Class Summary
Nested classes/interfaces inherited from interface heronarts.lx.studio.ui.device.UIDeviceControls
UIDeviceControls.Default, UIDeviceControls.Placeholder
-
Field Summary
Fields inherited from interface heronarts.lx.studio.ui.device.UIControls
COL_WIDTH, KNOB_SIDE_MARGIN
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addCommonControls
(LXStudio.UI ui, UIControls c, UIDevice uiDevice, SparklePattern.Engine engine) void
buildDeviceControls
(LXStudio.UI ui, UIDevice uiDevice, SparklePattern sparkle) 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.device.UIDeviceControls
disposeDeviceControls
-
Constructor Details
-
UISparklePattern
public UISparklePattern()
-
-
Method Details
-
buildDeviceControls
- Specified by:
buildDeviceControls
in interfaceUIDeviceControls<SparklePattern>
-
addCommonControls
public static void addCommonControls(LXStudio.UI ui, UIControls c, UIDevice uiDevice, SparklePattern.Engine engine)
-