Package org.ujmp.gui.util
Class GraphicsExecutor
- java.lang.Object
-
- org.ujmp.gui.util.GraphicsExecutor
-
public class GraphicsExecutor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraphicsExecutor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static Executor
getExecutor(CanBeRepainted component)
static void
scheduleUpdate(CanBeRepainted component)
static void
setFinished(CanBeRepainted component)
static void
shutDown()
-
-
-
Field Detail
-
count
private static final int count
-
executors
private static final java.util.List<Executor> executors
-
-
Method Detail
-
shutDown
public static void shutDown()
-
scheduleUpdate
public static final void scheduleUpdate(CanBeRepainted component)
-
getExecutor
private static Executor getExecutor(CanBeRepainted component)
-
setFinished
public static final void setFinished(CanBeRepainted component)
-
-