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