Uses of Enum Class
org.miaixz.bus.extra.image.RenderHintsBuilder.ColorRender
Packages that use RenderHintsBuilder.ColorRender
Package
Description
Encapsulation of image processing-related utility classes.
-
Uses of RenderHintsBuilder.ColorRender in org.miaixz.bus.extra.image
Methods in org.miaixz.bus.extra.image that return RenderHintsBuilder.ColorRenderModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RenderHintsBuilder.ColorRender[]RenderHintsBuilder.ColorRender.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.ColorRenderModifier and TypeMethodDescriptionRenderHintsBuilder.setColorRendering(RenderHintsBuilder.ColorRender colorRender) Sets the rendering method for color rendering.