Package | Description |
---|---|
org.jdesktop.swingx.mapviewer | |
org.jdesktop.swingx.mapviewer.empty |
Modifier and Type | Method and Description |
---|---|
abstract Tile |
TileFactory.getTile(int x,
int y,
int zoom)
Return the Tile at a given TilePoint and zoom level
|
Tile |
AbstractTileFactory.getTile(int x,
int y,
int zoom)
Returns the tile that is located at the given tilePoint
for this zoom.
|
Modifier and Type | Method and Description |
---|---|
protected Runnable |
AbstractTileFactory.createTileRunner(Tile tile)
Subclasses can override this if they need custom TileRunners for some reason
|
protected void |
TileFactory.fireTileLoadedEvent(Tile tile)
Notifies all tile listeners
|
void |
AbstractTileFactory.promote(Tile tile)
Increase the priority of this tile so it will be loaded sooner.
|
protected abstract void |
TileFactory.startLoading(Tile tile)
Override this method to load the tile using, for example, an
ExecutorService . |
protected void |
AbstractTileFactory.startLoading(Tile tile) |
void |
TileListener.tileLoaded(Tile tile)
Notification when a tile is loaded
|
Modifier and Type | Method and Description |
---|---|
Tile |
EmptyTileFactory.getTile(int x,
int y,
int zoom)
Gets an instance of an empty tile for the given tile position and zoom on the world map.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EmptyTileFactory.startLoading(Tile tile)
Override this method to load the tile using, for example, an
ExecutorService . |
Copyright © 2013. All Rights Reserved.