Uses of Enum Class
org.apache.sis.image.ImageProcessor.Mode
Packages that use ImageProcessor.Mode
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of ImageProcessor.Mode in org.apache.sis.image
Methods in org.apache.sis.image that return ImageProcessor.ModeModifier and TypeMethodDescriptionImageProcessor.getExecutionMode()
Returns whether operations can be executed in parallel.static ImageProcessor.Mode
Returns the enum constant of this class with the specified name.static ImageProcessor.Mode[]
ImageProcessor.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.image with parameters of type ImageProcessor.ModeModifier and TypeMethodDescriptionvoid
ImageProcessor.setExecutionMode
(ImageProcessor.Mode mode) Sets whether operations can be executed in parallel.