public static enum FontHeader.PanoseSerif extends java.lang.Enum<FontHeader.PanoseSerif>
Enum Constant and Description |
---|
ANY |
BONE |
COVE |
EXAGGERATED |
FLARED |
NO_FIT |
NORMAL_SANS |
OBTUSE_COVE |
OBTUSE_SANS |
OBTUSE_SQUARE_COVE |
PERP_SANS |
ROUNDED |
SQUARE |
SQUARE_COVE |
THIN |
TRIANGLE |
Modifier and Type | Method and Description |
---|---|
static FontHeader.PanoseSerif |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontHeader.PanoseSerif[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontHeader.PanoseSerif ANY
public static final FontHeader.PanoseSerif NO_FIT
public static final FontHeader.PanoseSerif COVE
public static final FontHeader.PanoseSerif OBTUSE_COVE
public static final FontHeader.PanoseSerif SQUARE_COVE
public static final FontHeader.PanoseSerif OBTUSE_SQUARE_COVE
public static final FontHeader.PanoseSerif SQUARE
public static final FontHeader.PanoseSerif THIN
public static final FontHeader.PanoseSerif BONE
public static final FontHeader.PanoseSerif EXAGGERATED
public static final FontHeader.PanoseSerif TRIANGLE
public static final FontHeader.PanoseSerif NORMAL_SANS
public static final FontHeader.PanoseSerif OBTUSE_SANS
public static final FontHeader.PanoseSerif PERP_SANS
public static final FontHeader.PanoseSerif FLARED
public static final FontHeader.PanoseSerif ROUNDED
public static FontHeader.PanoseSerif[] values()
for (FontHeader.PanoseSerif c : FontHeader.PanoseSerif.values()) System.out.println(c);
public static FontHeader.PanoseSerif 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.