public interface ImageProcessor
ImageryLayer
s to filter the
displayed images (implemented in plugins).Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
process(java.awt.image.BufferedImage image)
This method should process given image according to image processors
which is contained in the
Layer |