Uses of Enum Class
org.miaixz.bus.extra.image.RenderHintsBuilder.TextAntialias
Packages that use RenderHintsBuilder.TextAntialias
Package
Description
Encapsulation of image processing-related utility classes.
-
Uses of RenderHintsBuilder.TextAntialias in org.miaixz.bus.extra.image
Methods in org.miaixz.bus.extra.image that return RenderHintsBuilder.TextAntialiasModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RenderHintsBuilder.TextAntialias[]RenderHintsBuilder.TextAntialias.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.TextAntialiasModifier and TypeMethodDescriptionRenderHintsBuilder.setTextAntialias(RenderHintsBuilder.TextAntialias textAntialias) Sets whether to use anti-aliasing for text rendering.