public enum UFontContext extends Enum<UFontContext>
Modifier and Type | Method and Description |
---|---|
static UFontContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UFontContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UFontContext JAVA
public static final UFontContext EPS
public static final UFontContext SVG
public static final UFontContext DOT
public static final UFontContext SYSTEM
public static final UFontContext PNG
public static UFontContext[] values()
for (UFontContext c : UFontContext.values()) System.out.println(c);
public static UFontContext 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 © 2015. All Rights Reserved.