public enum UFontContext extends java.lang.Enum<UFontContext>
Modifier and Type | Method and Description |
---|---|
java.awt.font.TextLayout |
createTextLayout(UFont font,
java.lang.String string) |
java.awt.font.TextLayout |
createTextLayout(UText shape) |
static UFontContext |
valueOf(java.lang.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 EPS
public static final UFontContext SVG
public static final UFontContext G2D
public static final UFontContext TIKZ
public static UFontContext[] values()
for (UFontContext c : UFontContext.values()) System.out.println(c);
public static UFontContext 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.awt.font.TextLayout createTextLayout(UText shape)
public java.awt.font.TextLayout createTextLayout(UFont font, java.lang.String string)