public abstract class PaintOver extends Object implements PaintControl, Runnable
Modifier and Type | Method and Description |
---|---|
protected Control |
getControl() |
void |
run() |
Closes |
start() |
protected void |
startRun() |
protected void |
stop() |
protected void |
stopped() |
protected abstract long |
ticked(long lastScheduledTickTime,
long timeNow)
This is called before a repaint is called.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
paintControl
public PaintOver(Control c)
protected void stopped()
protected Control getControl()
protected void startRun()
protected void stop()
public final Closes start()
protected abstract long ticked(long lastScheduledTickTime, long timeNow)
lastScheduledTickTime
- the time the last tick was supposed to be called.timeNow
- the actual time now.