public static enum RenderingHintsBuilder.FractionalMetrics extends Enum<RenderingHintsBuilder.FractionalMetrics>
Enum Constant and Description |
---|
DEFAULT
默认
|
QUALITY
禁用字体规格
|
SPEED
启用字体规格
|
Modifier and Type | Method and Description |
---|---|
Object |
getValue()
获取值
|
static RenderingHintsBuilder.FractionalMetrics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderingHintsBuilder.FractionalMetrics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderingHintsBuilder.FractionalMetrics SPEED
public static final RenderingHintsBuilder.FractionalMetrics QUALITY
public static final RenderingHintsBuilder.FractionalMetrics DEFAULT
public static RenderingHintsBuilder.FractionalMetrics[] values()
for (RenderingHintsBuilder.FractionalMetrics c : RenderingHintsBuilder.FractionalMetrics.values()) System.out.println(c);
public static RenderingHintsBuilder.FractionalMetrics 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.