public interface ImageLoaderObserver
Modifier and Type | Method and Description |
---|---|
void |
setImageDims(java.awt.Dimension dims)
Sets the image dimensions.
|
void |
setImageLoaded()
Signals that the image is finished loading.
|
void |
setImageTile(java.awt.Image tile,
int x,
int y)
Sets a tile in the image.
|
void setImageDims(java.awt.Dimension dims)
dims
- the new image dimensions.void setImageTile(java.awt.Image tile, int x, int y)
tile
- the new image tile.x
- the top-left x coordinate of the tile within the image.y
- the top-left y coordinate of the tile within the image.void setImageLoaded()