public class CachedImage extends Object
| Constructor and Description |
|---|
CachedImage(BufferedImage
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
getImage()
|
MapWindow |
getMapWindow()
|
void |
setImage(BufferedImage
|
void |
setMapWindow(MapWindow
|
public CachedImage(BufferedImageimage, MapWindow mapWindow)
image - the image.
mapWindow - the position information.
public BufferedImagegetImage()
public MapWindowgetMapWindow()
public void setImage(BufferedImageimage)
image - the image to represent.
public void setMapWindow(MapWindowmapWindow)
mapWindow - the positional information.