public static enum FontHeader.PanoseContrast extends java.lang.Enum<FontHeader.PanoseContrast>
Enum Constant and Description |
---|
ANY |
HIGH |
LOW |
MEDIUM |
MEDIUM_HIGH |
MEDIUM_LOW |
NO_FIT |
NONE |
VERY_HIGH |
VERY_LOW |
Modifier and Type | Method and Description |
---|---|
static FontHeader.PanoseContrast |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontHeader.PanoseContrast[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontHeader.PanoseContrast ANY
public static final FontHeader.PanoseContrast NO_FIT
public static final FontHeader.PanoseContrast NONE
public static final FontHeader.PanoseContrast VERY_LOW
public static final FontHeader.PanoseContrast LOW
public static final FontHeader.PanoseContrast MEDIUM_LOW
public static final FontHeader.PanoseContrast MEDIUM
public static final FontHeader.PanoseContrast MEDIUM_HIGH
public static final FontHeader.PanoseContrast HIGH
public static final FontHeader.PanoseContrast VERY_HIGH
public static FontHeader.PanoseContrast[] values()
for (FontHeader.PanoseContrast c : FontHeader.PanoseContrast.values()) System.out.println(c);
public static FontHeader.PanoseContrast valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2021 The Apache Software Foundation or its licensors, as applicable.