Package 

Class TileDownloadThread

  • All Implemented Interfaces:
    java.lang.Runnable

    
    class TileDownloadThread
    extends PausableThread
                        

    Overrides default Mapsforge behavior.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private JobQueue<DownloadJob> jobQueue
    • Constructor Summary

      Constructors 
      Constructor Description
      TileDownloadThread(TileCache tileCache, JobQueue<DownloadJob> jobQueue, Layer layer, GraphicFactory graphicFactory, DisplayModel displayModel)
    • Method Summary

      Modifier and Type Method Description
      void setJobQueue(JobQueue<DownloadJob> jobQueue)
      • Methods inherited from class org.mapsforge.map.util.PausableThread

        afterRun, awaitPausing, doWork, finish, getThreadPriority, hasWork, interrupt, isPausing, pause, proceed, run
      • Methods inherited from class java.lang.Thread

        activeCount, auditSubclass, blockedOn, checkAccess, clone, countStackFrames, currentThread, dispatchUncaughtException, dumpStack, dumpThreads, enumerate, exit, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getThreads, getUncaughtExceptionHandler, holdsLock, interrupt0, interrupted, isAlive, isCCLOverridden, isDaemon, isInterrupted, join, nextThreadID, nextThreadNum, onSpinWait, processQueue, registerNatives, resume, resume0, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setNativeName, setPriority, setPriority0, setUncaughtExceptionHandler, sleep, start, start0, stop, stop0, suspend, suspend0, toString, yield
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TileDownloadThread

        TileDownloadThread(TileCache tileCache, JobQueue<DownloadJob> jobQueue, Layer layer, GraphicFactory graphicFactory, DisplayModel displayModel)
    • Method Detail

      • setJobQueue

         void setJobQueue(JobQueue<DownloadJob> jobQueue)