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
ConstructorsConstructorDescriptionRedraw(UI2dComponent component, double period) Redraw(UI2dComponent component, double period, UITimerTask.Mode mode) -
Method Summary
Modifier and TypeMethodDescriptionvoidrun()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:UITimerTaskSubclasses implement this method to perform the operation- Specified by:
runin classUITimerTask
-