Package org.openstreetmap.josm.gui
Class NavigatableComponent.SmoothScrollThread
- java.lang.Object
-
- java.lang.Thread
-
- org.openstreetmap.josm.gui.NavigatableComponent.SmoothScrollThread
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- NavigatableComponent
private class NavigatableComponent.SmoothScrollThread extends java.lang.Thread
Thread class for smooth scrolling. Made a separate class, so we can safely terminate it.
-
-
Constructor Summary
Constructors Constructor Description SmoothScrollThread(EastNorth newCenter, long frameNum, int fps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
void
stopIt()
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Constructor Detail
-
SmoothScrollThread
SmoothScrollThread(EastNorth newCenter, long frameNum, int fps)
-
-