|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TileImagePreparer
TODO: Describe the TileImagePreparer interface class here.
| Method Summary | |
|---|---|
void |
prepareForEmptyTile(MapTileFactory factory)
Sometimes, based on the color handling of the preparer, empty tiles need to be handled differently. |
java.awt.image.BufferedImage |
preprocessImage(java.awt.Image origImage,
int imageWidth,
int imageHeight)
Method called to manipulate provided image in some way, returning modified image. |
| Method Detail |
|---|
void prepareForEmptyTile(MapTileFactory factory)
factory - used to make calls on the factory to prepare for empty tile fetch.
java.awt.image.BufferedImage preprocessImage(java.awt.Image origImage,
int imageWidth,
int imageHeight)
throws java.lang.InterruptedException
origImage - Any java ImageimageWidth - pixel widthimageHeight - pixel height
java.lang.InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||