public static enum RenderingHintsBuilder.Dither extends Enum<RenderingHintsBuilder.Dither>
Modifier and Type | Method and Description |
---|---|
Object |
getValue()
获取值
|
static RenderingHintsBuilder.Dither |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderingHintsBuilder.Dither[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderingHintsBuilder.Dither ENABLE
public static final RenderingHintsBuilder.Dither DISABLE
public static final RenderingHintsBuilder.Dither DEFAULT
public static RenderingHintsBuilder.Dither[] values()
for (RenderingHintsBuilder.Dither c : RenderingHintsBuilder.Dither.values()) System.out.println(c);
public static RenderingHintsBuilder.Dither valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Object getValue()
Copyright © 2025. All rights reserved.