Uses of Enum Class
org.miaixz.bus.extra.image.RenderHintsBuilder.StrokeControl
Packages that use RenderHintsBuilder.StrokeControl
Package
Description
Encapsulation of image processing-related utility classes.
-
Uses of RenderHintsBuilder.StrokeControl in org.miaixz.bus.extra.image
Methods in org.miaixz.bus.extra.image that return RenderHintsBuilder.StrokeControlModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RenderHintsBuilder.StrokeControl[]RenderHintsBuilder.StrokeControl.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.StrokeControlModifier and TypeMethodDescriptionRenderHintsBuilder.setStrokeControl(RenderHintsBuilder.StrokeControl strokeControl) Sets the stroke normalization control.