|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TileJob | |
|---|---|
| org.openstreetmap.gui.jmapviewer | This package and all sub-packages are belonging to the Java component JMapViewer |
| org.openstreetmap.gui.jmapviewer.interfaces | |
| Uses of TileJob in org.openstreetmap.gui.jmapviewer |
|---|
| Classes in org.openstreetmap.gui.jmapviewer that implement TileJob | |
|---|---|
protected class |
OsmFileCacheTileLoader.FileLoadJob
|
| Fields in org.openstreetmap.gui.jmapviewer with type parameters of type TileJob | |
|---|---|
protected java.util.concurrent.BlockingDeque<TileJob> |
JobDispatcher.jobQueue
|
| Methods in org.openstreetmap.gui.jmapviewer that return TileJob | |
|---|---|
TileJob |
OsmTileLoader.createTileLoaderJob(Tile tile)
|
TileJob |
OsmFileCacheTileLoader.createTileLoaderJob(Tile tile)
|
| Methods in org.openstreetmap.gui.jmapviewer with parameters of type TileJob | |
|---|---|
void |
JobDispatcher.addJob(TileJob job)
Adds a job to the queue. |
| Uses of TileJob in org.openstreetmap.gui.jmapviewer.interfaces |
|---|
| Methods in org.openstreetmap.gui.jmapviewer.interfaces that return TileJob | |
|---|---|
TileJob |
TileLoader.createTileLoaderJob(Tile tile)
A typical implementation of this function should create and return a new TileJob instance that performs the load action. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||