public interface TileImagePreparer
Modifier and Type | Method and Description |
---|---|
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.
|
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 heightjava.lang.InterruptedException
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details