| Package | Description |
|---|---|
| de.topobyte.jeography.viewer.config | |
| de.topobyte.jeography.viewer.core |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagerTileConfig
|
class |
TileConfigDisk
Information about a storage directory.
|
class |
TileConfigUrl
Information about a url of tiles.
|
class |
TileConfigUrlDisk
Information about a url of tiles and a temporary storage directory.
|
| Modifier and Type | Field and Description |
|---|---|
protected TileConfig |
AbstractViewer.overlayTileConfig
|
protected TileConfig |
AbstractViewer.tileConfig
|
| Modifier and Type | Method and Description |
|---|---|
TileConfig |
AbstractViewer.getOverlayTileConfig()
Get the current overlay configuration.
|
TileConfig |
AbstractViewer.getTileConfig()
Get the current configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SteplessViewer.setOverlayTileConfig(TileConfig
|
void |
Viewer.setOverlayTileConfig(TileConfig
|
void |
SteplessViewer.setTileConfig(TileConfig
Use the given configuration for tiles now.
|
void |
Viewer.setTileConfig(TileConfig
Use the given configuration for tiles now.
|
| Constructor and Description | |
|---|---|
SteplessViewer(TileConfig
default constructor
|
|
SteplessViewer(TileConfig
constructor with startup position
|
|
Viewer(TileConfig
default constructor
|
|
Viewer(TileConfig
constructor with startup position
|