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
Subclasses with type arguments of type ImageProcessor.Resizing in org.apache.sis.imageModifier and TypeClassDescriptionstatic enumWhetherImageProcessorcan produce an image of different size compared to requested size.Methods in org.apache.sis.image that return ImageProcessor.ResizingModifier and TypeMethodDescriptionImageProcessor.getImageResizingPolicy()Returns whetherImageProcessorcan produce an image of different size compared to requested size.static ImageProcessor.ResizingReturns 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 TypeMethodDescriptionvoidImageProcessor.setImageResizingPolicy(ImageProcessor.Resizing policy) Sets whetherImageProcessorcan produce an image of different size compared to requested size.