|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bbn.openmap.dataAccess.mapTile.GreyscaleImagePreparer
public class GreyscaleImagePreparer
Creates Grey-scale map tile images.
Constructor Summary | |
---|---|
GreyscaleImagePreparer()
|
Method Summary | |
---|---|
void |
prepareForEmptyTile(MapTileFactory factory)
Overriding the method that creates empty tiles for places with no coverage. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GreyscaleImagePreparer()
Method Detail |
---|
public void prepareForEmptyTile(MapTileFactory factory)
prepareForEmptyTile
in interface TileImagePreparer
factory
- callback object to find EmptyTileHandler.public java.awt.image.BufferedImage preprocessImage(java.awt.Image origImage, int imageWidth, int imageHeight) throws java.lang.InterruptedException
TileImagePreparer
preprocessImage
in interface TileImagePreparer
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 |