public interface ImageReader
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
getBufferedImage()
Will be called by the Image cache by the ImageTile to replenish the image
data as it is needed when the ImageTile is on the map.
|
ImageTile |
getImageTile()
Should be called by the the object managing the ImageTiles.
|
ImageTile |
getImageTile(ImageTile.Cache cache)
Should be called by the object managing the ImageTiles.
|
ImageTile getImageTile()
ImageTile getImageTile(ImageTile.Cache cache)
cache
- The CacheHandler that should be used by the ImageTile for
dynamic image loading.java.awt.image.BufferedImage getBufferedImage()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details