public static enum FontHeader.PanoseStroke extends java.lang.Enum<FontHeader.PanoseStroke>
| Enum Constant and Description | 
|---|
ANY  | 
GRADUAL_DIAG  | 
GRADUAL_HORZ  | 
GRADUAL_TRAN  | 
GRADUAL_VERT  | 
INSTANT_VERT  | 
NO_FIT  | 
RAPID_HORZ  | 
RAPID_VERT  | 
| Modifier and Type | Method and Description | 
|---|---|
static FontHeader.PanoseStroke | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static FontHeader.PanoseStroke[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final FontHeader.PanoseStroke ANY
public static final FontHeader.PanoseStroke NO_FIT
public static final FontHeader.PanoseStroke GRADUAL_DIAG
public static final FontHeader.PanoseStroke GRADUAL_TRAN
public static final FontHeader.PanoseStroke GRADUAL_VERT
public static final FontHeader.PanoseStroke GRADUAL_HORZ
public static final FontHeader.PanoseStroke RAPID_VERT
public static final FontHeader.PanoseStroke RAPID_HORZ
public static final FontHeader.PanoseStroke INSTANT_VERT
public static FontHeader.PanoseStroke[] values()
for (FontHeader.PanoseStroke c : FontHeader.PanoseStroke.values()) System.out.println(c);
public static FontHeader.PanoseStroke 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 2022 The Apache Software Foundation or its licensors, as applicable.