Package | Description |
---|---|
fontAwesome |
Modifier and Type | Method and Description |
---|---|
static FontIconType |
FontIconType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontIconType[] |
FontIconType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FontIcon.setIcons(FontIconType... types) |
Constructor and Description |
---|
FontIcon(FontIconType... types) |
FontIcon(FontIconType type) |
FontIcon(FontIconType type,
java.lang.String fontFile) |
FontIcon(java.lang.String fontFile,
FontIconType... types) |