Package heronarts.glx.ui
Class UITimerTask.Redraw
java.lang.Object
heronarts.glx.ui.UITimerTask
heronarts.glx.ui.UITimerTask.Redraw
- All Implemented Interfaces:
LXLoopTask
- Enclosing class:
- UITimerTask
-
Nested Class Summary
Nested classes/interfaces inherited from class heronarts.glx.ui.UITimerTask
UITimerTask.Mode, UITimerTask.Redraw
-
Constructor Summary
ConstructorDescriptionRedraw
(UI2dComponent component, double period) Redraw
(UI2dComponent component, double period, UITimerTask.Mode mode) -
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
Subclasses implement this method to perform the operationMethods inherited from class heronarts.glx.ui.UITimerTask
loop
-
Constructor Details
-
Redraw
-
Redraw
-
-
Method Details
-
run
public void run()Description copied from class:UITimerTask
Subclasses implement this method to perform the operation- Specified by:
run
in classUITimerTask
-