public static enum RenderingHintsBuilder.AlphaInterpolation extends Enum<RenderingHintsBuilder.AlphaInterpolation>
Enum Constant and Description |
---|
DEFAULT
平台默认
|
QUALITY
追求质量
|
SPEED
追求速度
|
Modifier and Type | Method and Description |
---|---|
Object |
getValue()
获取值
|
static RenderingHintsBuilder.AlphaInterpolation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderingHintsBuilder.AlphaInterpolation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderingHintsBuilder.AlphaInterpolation SPEED
public static final RenderingHintsBuilder.AlphaInterpolation QUALITY
public static final RenderingHintsBuilder.AlphaInterpolation DEFAULT
public static RenderingHintsBuilder.AlphaInterpolation[] values()
for (RenderingHintsBuilder.AlphaInterpolation c : RenderingHintsBuilder.AlphaInterpolation.values()) System.out.println(c);
public static RenderingHintsBuilder.AlphaInterpolation 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.