Uses of Enum Class
org.miaixz.bus.extra.image.RenderHintsBuilder.Interpolation
Packages that use RenderHintsBuilder.Interpolation
Package
Description
Encapsulation of image processing-related utility classes.
-
Uses of RenderHintsBuilder.Interpolation in org.miaixz.bus.extra.image
Methods in org.miaixz.bus.extra.image that return RenderHintsBuilder.InterpolationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RenderHintsBuilder.Interpolation[]RenderHintsBuilder.Interpolation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.extra.image with parameters of type RenderHintsBuilder.InterpolationModifier and TypeMethodDescriptionRenderHintsBuilder.setInterpolation(RenderHintsBuilder.Interpolation interpolation) Sets how interpolation is performed.