Package | Description |
---|---|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.layer.imagery |
Provides classes for handling imagery background layers.
|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
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 . |
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 |
ColorfulImageProcessor
Adds or removes the colorfulness of the image.
|
class |
GammaImageProcessor
An image processor which adjusts the gamma value of an image.
|
class |
SharpenImageProcessor
Sharpens or blurs the image, depending on the sharpen value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ImageProcessor> |
ImageryFilterSettings.getProcessors()
Gets the image processors for this setting.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageOverlay
class to describe how image overlay
|