Uses of Enum Class
org.miaixz.bus.extra.image.RenderHintsBuilder.AlphaInterpolation
Packages that use RenderHintsBuilder.AlphaInterpolation
Package
Description
Encapsulation of image processing-related utility classes.
-
Uses of RenderHintsBuilder.AlphaInterpolation in org.miaixz.bus.extra.image
Methods in org.miaixz.bus.extra.image that return RenderHintsBuilder.AlphaInterpolationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.RenderHintsBuilder.AlphaInterpolation.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.AlphaInterpolationModifier and TypeMethodDescriptionRenderHintsBuilder.setAlphaInterpolation(RenderHintsBuilder.AlphaInterpolation alphaInterpolation) Sets the alpha compositing adjustment.