Package org.oscim.layers.tile.bitmap
Class BitmapTileLoader
java.lang.Object
java.lang.Thread
org.oscim.utils.PausableThread
org.oscim.layers.tile.TileLoader
org.oscim.layers.tile.bitmap.BitmapTileLoader
- All Implemented Interfaces:
Runnable,ITileDataSink
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsFields inherited from class org.oscim.layers.tile.TileLoader
mTileFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.oscim.layers.tile.TileLoader
completed, doWork, getThreadName, getThreadPriority, go, hasWork, processMethods inherited from class org.oscim.utils.PausableThread
afterPause, afterRun, awaitPausing, finish, isCanceled, isPausing, pause, proceed, runMethods 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
-
Field Details
-
log
protected static final org.slf4j.Logger log
-
-
Constructor Details
-
BitmapTileLoader
-
-
Method Details
-
loadTile
- Specified by:
loadTilein classTileLoader
-
setTileImage
Description copied from class:TileLoaderCalled by TileDataSource- Specified by:
setTileImagein interfaceITileDataSink- Overrides:
setTileImagein classTileLoader
-
dispose
public void dispose()- Specified by:
disposein classTileLoader
-
cancel
public void cancel()- Specified by:
cancelin classTileLoader
-