| Package | Description |
|---|---|
| de.topobyte.jeography.tiles | |
| de.topobyte.jeography.tiles.source |
| Modifier and Type | Method and Description |
|---|---|
void |
FileCache.push(T thing, BufferedImageAndBytes
Put this thing's loaded image into the disk-cache.
|
| Modifier and Type | Field and Description |
|---|---|
ImageSource |
UnwrappingImageSourceWithFileCache.source
|
ImageSource |
UnwrappingImageSource.source
|
| Modifier and Type | Method and Description |
|---|---|
BufferedImageAndBytes |
ImageProviderHttp.load(T thing)
|
BufferedImageAndBytes |
ImageSourceUrlPattern.load(T thing)
|
BufferedImageAndBytes |
ImageSourceUrlPattern.loadImage(T thing)
Load the image and return it as a BufferedImage together with the raw bytes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageProviderDisk.push(T thing, BufferedImageAndBytes
Put this thing's loaded image into the disk-cache.
|
| Constructor and Description | |
|---|---|
UnwrappingImageSource(ImageSource
|
|
UnwrappingImageSourceWithFileCache(ImageSource
|