Class RenderingHintsBuilder

java.lang.Object
org.miaixz.bus.extra.image.RenderingHintsBuilder
All Implemented Interfaces:
Serializable, org.miaixz.bus.core.Builder<RenderingHints>

public class RenderingHintsBuilder extends Object implements org.miaixz.bus.core.Builder<RenderingHints>
定义和管理键和关联值的集合构建器,提供配置包括:
  1. RenderingHints.KEY_ANTIALIASING 抗锯齿
  2. RenderingHints.KEY_TEXT_ANTIALIASING 文本抗锯齿
  3. RenderingHints.KEY_COLOR_RENDERING 颜色着色的渲染方式
  4. RenderingHints.KEY_DITHERING 抖动
  5. RenderingHints.KEY_FRACTIONALMETRICS 字体规格
  6. RenderingHints.KEY_INTERPOLATION 内插
  7. RenderingHints.KEY_ALPHA_INTERPOLATION alpha合成微调
  8. RenderingHints.KEY_RENDERING 着色
  9. RenderingHints.KEY_STROKE_CONTROL 笔划规范化控制
  10. RenderingHints.KEY_TEXT_LCD_CONTRAST LCD文本对比呈现
Since:
Java 17+
Author:
Kimi Liu
See Also: