Uses of Enum Class
org.miaixz.bus.extra.image.RenderHintsBuilder.Dither
Packages that use RenderHintsBuilder.Dither
Package
Description
Encapsulation of image processing-related utility classes.
-
Uses of RenderHintsBuilder.Dither in org.miaixz.bus.extra.image
Methods in org.miaixz.bus.extra.image that return RenderHintsBuilder.DitherModifier and TypeMethodDescriptionstatic RenderHintsBuilder.DitherReturns the enum constant of this class with the specified name.static RenderHintsBuilder.Dither[]RenderHintsBuilder.Dither.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.DitherModifier and TypeMethodDescriptionRenderHintsBuilder.setDithering(RenderHintsBuilder.Dither dither) Sets how to handle dithering.