Uses of Class
org.miaixz.bus.extra.image.RenderHintsBuilder
Packages that use RenderHintsBuilder
Package
Description
Encapsulation of image processing-related utility classes.
-
Uses of RenderHintsBuilder in org.miaixz.bus.extra.image
Methods in org.miaixz.bus.extra.image that return RenderHintsBuilderModifier and TypeMethodDescriptionstatic RenderHintsBuilderRenderHintsBuilder.of()Creates aRenderingHintsbuilder.RenderHintsBuilder.setAlphaInterpolation(RenderHintsBuilder.AlphaInterpolation alphaInterpolation) Sets the alpha compositing adjustment.RenderHintsBuilder.setAntialiasing(RenderHintsBuilder.Antialias antialias) Sets whether to use anti-aliasing.RenderHintsBuilder.setColorRendering(RenderHintsBuilder.ColorRender colorRender) Sets the rendering method for color rendering.RenderHintsBuilder.setDithering(RenderHintsBuilder.Dither dither) Sets how to handle dithering.RenderHintsBuilder.setFractionalMetrics(RenderHintsBuilder.FractionalMetrics fractionalMetrics) Sets the font metrics.RenderHintsBuilder.setInterpolation(RenderHintsBuilder.Interpolation interpolation) Sets how interpolation is performed.RenderHintsBuilder.setRendering(RenderHintsBuilder.Render render) Sets the rendering technique, balancing speed and quality.RenderHintsBuilder.setStrokeControl(RenderHintsBuilder.StrokeControl strokeControl) Sets the stroke normalization control.RenderHintsBuilder.setTextAntialias(RenderHintsBuilder.TextAntialias textAntialias) Sets whether to use anti-aliasing for text rendering.RenderHintsBuilder.setTextLCDContrast(Integer textLCDContrast) Sets the LCD text contrast rendering.