public class AnimationRepaintThread extends LoopingThread
Copyright 2010 Partner Software, Inc.
| Constructor and Description |
|---|
AnimationRepaintThread(java.lang.String name,
java.awt.Component component,
Duration interval) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
getComponent() |
void |
runTask()
By default, this runs the runnable.
|
getInterval, getTask, isRunning, pauseLooping, resumeLooping, run, setInterval, setTask, start, stopRunningactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yieldpublic AnimationRepaintThread(java.lang.String name,
java.awt.Component component,
Duration interval)
public void runTask()
throws java.lang.Exception
LoopingThreadrunTask in class LoopingThreadjava.lang.Exceptionpublic java.awt.Component getComponent()