Uses of Enum
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
Fields in org.apache.sis.image declared as ImageProcessor.ModeModifier and TypeFieldDescriptionprivate ImageProcessor.Mode
ImageProcessor.executionMode
Whether the operations can be executed in parallel.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 type with the specified name.static ImageProcessor.Mode[]
ImageProcessor.Mode.values()
Returns an array containing the constants of this enum type, 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.