Uses of Enum Class
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 enumDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.apache.sis.image that return ImageProcessor.ResizingModifier and TypeMethodDescriptionImageProcessor.getImageResizingPolicy()Deprecated, for removal: This API element is subject to removal in a future version.Replaced byImageProcessor.getImageLayout().static ImageProcessor.ResizingDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static ImageProcessor.Resizing[]ImageProcessor.Resizing.values()Deprecated, for removal: This API element is subject to removal in a future version.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.ResizingModifier and TypeMethodDescriptionvoidImageProcessor.setImageResizingPolicy(ImageProcessor.Resizing policy) Deprecated, for removal: This API element is subject to removal in a future version.Replaced byImageProcessor.setImageLayout(ImageLayout).
ImageLayout.