Uses of Enum
org.apache.sis.image.ImageProcessor.Resizing
Packages that use ImageProcessor.Resizing
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of ImageProcessor.Resizing in org.apache.sis.image
Methods in org.apache.sis.image that return ImageProcessor.ResizingModifier and TypeMethodDescriptionImageProcessor.getImageResizingPolicy()
Returns whetherImageProcessor
can produce an image of different size compared to requested size.static ImageProcessor.Resizing
Returns the enum constant of this type with the specified name.static ImageProcessor.Resizing[]
ImageProcessor.Resizing.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.ResizingModifier and TypeMethodDescriptionvoid
ImageProcessor.setImageResizingPolicy
(ImageProcessor.Resizing policy) Sets whetherImageProcessor
can produce an image of different size compared to requested size.