public enum PrezFontNames extends Enum<PrezFontNames> implements org.jrebirth.af.api.resource.font.FontName
| Enum Constant and Description |
|---|
arfmoochikncheez
.
|
BorisBlackBloxx
.
|
BRLNSB
.
|
DINk
.
|
Harabara
.
|
Neuton_Cursive
.
|
OliJo
.
|
Report_1942
.
|
| Modifier and Type | Method and Description |
|---|---|
static PrezFontNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrezFontNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrezFontNames BRLNSB
public static final PrezFontNames DINk
public static final PrezFontNames OliJo
public static final PrezFontNames Harabara
public static final PrezFontNames Report_1942
public static final PrezFontNames arfmoochikncheez
public static final PrezFontNames Neuton_Cursive
public static final PrezFontNames BorisBlackBloxx
public static PrezFontNames[] values()
for (PrezFontNames c : PrezFontNames.values()) System.out.println(c);
public static PrezFontNames valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2011–2015 JRebirth OSS. All rights reserved.