Package | Description |
---|---|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.tools |
Modifier and Type | Class and Description |
---|---|
static class |
ImageryLayer.GammaImageProcessor
An image processor which adjusts the gamma value of an image.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ImageProcessor> |
ImageryLayer.imageProcessors |
Modifier and Type | Method and Description |
---|---|
static ImageProcessor |
ImageryLayer.createImageProcessor(java.awt.image.BufferedImageOp op,
boolean inPlace)
Wraps a
BufferedImageOp to be used as ImageProcessor . |
ImageProcessor |
ImageryLayer.createSharpener(int sharpenLevel) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ImageProcessor> |
ImageryLayer.getImageProcessors()
This method gets all
ImageProcessor s of the layer |
Modifier and Type | Method and Description |
---|---|
boolean |
ImageryLayer.addImageProcessor(ImageProcessor processor)
This method adds the
ImageProcessor to this Layer if it is not null . |
boolean |
ImageryLayer.removeImageProcessor(ImageProcessor processor)
This method removes given
ImageProcessor from this layer |
Modifier and Type | Class and Description |
---|---|
class |
ImageOverlay
class to describe how image overlay
|