Enum Class RenderingHintsBuilder.Dither

java.lang.Object
java.lang.Enum<RenderingHintsBuilder.Dither>
org.miaixz.bus.extra.image.RenderingHintsBuilder.Dither
All Implemented Interfaces:
Serializable, Comparable<RenderingHintsBuilder.Dither>, Constable
Enclosing class:
RenderingHintsBuilder

public static enum RenderingHintsBuilder.Dither extends Enum<RenderingHintsBuilder.Dither>
控制如何处理抖动 抖动是用一组有限的颜色合成出一个更大范围的颜色的过程,方法是给相邻像素着色以产生不在该组颜色中的新的颜色幻觉。
See Also:
  • Enum Constant Details

  • Method Details

    • values

      public static RenderingHintsBuilder.Dither[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RenderingHintsBuilder.Dither valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public Object getValue()
      获取值
      Returns: