public enum FontPosition extends Enum<FontPosition>
Modifier and Type | Method and Description |
---|---|
String |
getHtmlTag() |
int |
getSpace() |
UFont |
mute(UFont font) |
static FontPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontPosition NORMAL
public static final FontPosition EXPOSANT
public static final FontPosition INDICE
public static FontPosition[] values()
for (FontPosition c : FontPosition.values()) System.out.println(c);
public static FontPosition 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 nullpublic int getSpace()
public String getHtmlTag()
Copyright © 2016. All Rights Reserved.