public enum FontRescanFlags extends java.lang.Enum<FontRescanFlags>
| Enum Constant and Description |
|---|
FONT_RESCAN_ALL |
FONT_RESCAN_FILES |
FONT_RESCAN_SYSTEM |
| Modifier and Type | Method and Description |
|---|---|
static FontRescanFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontRescanFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontRescanFlags FONT_RESCAN_FILES
public static final FontRescanFlags FONT_RESCAN_SYSTEM
public static final FontRescanFlags FONT_RESCAN_ALL
public static FontRescanFlags[] values()
for (FontRescanFlags c : FontRescanFlags.values()) System.out.println(c);
public static FontRescanFlags 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 null