public static enum TestFont.TestFontNames extends java.lang.Enum<TestFont.TestFontNames>
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile() |
static TestFont.TestFontNames |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestFont.TestFontNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestFont.TestFontNames DROIDSANS
public static final TestFont.TestFontNames OPENSANS
public static final TestFont.TestFontNames ROBOTO
public static TestFont.TestFontNames[] values()
for (TestFont.TestFontNames c : TestFont.TestFontNames.values()) System.out.println(c);
public static TestFont.TestFontNames 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 nullpublic java.io.File getFile()