Uses of Enum Class
org.miaixz.bus.extra.image.RenderHintsBuilder.Antialias
Packages that use RenderHintsBuilder.Antialias
Package
Description
Encapsulation of image processing-related utility classes.
-
Uses of RenderHintsBuilder.Antialias in org.miaixz.bus.extra.image
Methods in org.miaixz.bus.extra.image that return RenderHintsBuilder.AntialiasModifier and TypeMethodDescriptionstatic RenderHintsBuilder.AntialiasReturns the enum constant of this class with the specified name.static RenderHintsBuilder.Antialias[]RenderHintsBuilder.Antialias.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.AntialiasModifier and TypeMethodDescriptionRenderHintsBuilder.setAntialiasing(RenderHintsBuilder.Antialias antialias) Sets whether to use anti-aliasing.