Uses of Interface
org.openstreetmap.josm.tools.ImageProcessor
-
Packages that use ImageProcessor Package Description org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.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. -
-
Uses of ImageProcessor in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer with type parameters of type ImageProcessor Modifier and Type Field Description private java.util.List<ImageProcessor>ImageryLayer. imageProcessorsMethods in org.openstreetmap.josm.gui.layer that return ImageProcessor Modifier and Type Method Description static ImageProcessorImageryLayer. createImageProcessor(java.awt.image.BufferedImageOp op, boolean inPlace)Wraps aBufferedImageOpto be used asImageProcessor.Methods in org.openstreetmap.josm.gui.layer that return types with arguments of type ImageProcessor Modifier and Type Method Description java.util.List<ImageProcessor>ImageryLayer. getImageProcessors()This method gets allImageProcessors of the layerMethods in org.openstreetmap.josm.gui.layer with parameters of type ImageProcessor Modifier and Type Method Description booleanImageryLayer. addImageProcessor(ImageProcessor processor)This method adds theImageProcessorto this Layer if it is notnull.booleanImageryLayer. removeImageProcessor(ImageProcessor processor)This method removes givenImageProcessorfrom this layer -
Uses of ImageProcessor in org.openstreetmap.josm.gui.layer.geoimage
Fields in org.openstreetmap.josm.gui.layer.geoimage declared as ImageProcessor Modifier and Type Field Description private ImageProcessorImageDisplay. imageProcessorProcess the image before it is being displayedConstructors in org.openstreetmap.josm.gui.layer.geoimage with parameters of type ImageProcessor Constructor Description ImageDisplay(ImageProcessor imageProcessor)Constructs a newImageDisplaywith a given image processor. -
Uses of ImageProcessor in org.openstreetmap.josm.gui.layer.imagery
Classes in org.openstreetmap.josm.gui.layer.imagery that implement ImageProcessor Modifier and Type Class Description classColorfulImageProcessorAdds or removes the colorfulness of the image.classGammaImageProcessorAn image processor which adjusts the gamma value of an image.classImageryFilterSettingsThis class holds the filter settings for an imagery.classSharpenImageProcessorSharpens or blurs the image, depending on the sharpen value.Methods in org.openstreetmap.josm.gui.layer.imagery that return types with arguments of type ImageProcessor Modifier and Type Method Description java.util.List<ImageProcessor>ImageryFilterSettings. getProcessors()Gets the image processors for this setting. -
Uses of ImageProcessor in org.openstreetmap.josm.tools
Classes in org.openstreetmap.josm.tools that implement ImageProcessor Modifier and Type Class Description classImageOverlayclass to describe how image overlay
-