|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FontFamily>
net.sourceforge.jeuclid.elements.support.attributes.FontFamily
public enum FontFamily
Enumeration for font families.
| Enum Constant Summary | |
|---|---|
DOUBLE_STRUCK
Double Struck font. |
|
FRAKTUR
Fraktur Font. |
|
MONOSPACED
Monospaced font. |
|
SANSSERIF
Sans-Serif font. |
|
SCRIPT
Script font. |
|
SERIF
Serif font. |
|
| Method Summary | |
|---|---|
static FontFamily |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FontFamily[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FontFamily MONOSPACED
public static final FontFamily SANSSERIF
public static final FontFamily SCRIPT
public static final FontFamily FRAKTUR
public static final FontFamily SERIF
public static final FontFamily DOUBLE_STRUCK
| Method Detail |
|---|
public static FontFamily[] values()
for (FontFamily c : FontFamily.values()) System.out.println(c);
public static FontFamily valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||