Package com.illumon.iris.gui.util
Enum FontAwesomePro
- All Implemented Interfaces:
Serializable
,Comparable<FontAwesomePro>
,java.lang.constant.Constable
,jiconfont.IconCode
public enum FontAwesomePro extends Enum<FontAwesomePro> implements jiconfont.IconCode
An implementation of
IconCode
for use with the FontAwesome icon set.-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description ANGLE_DOUBLE_UP
ARROW_TO_BOTTOM
ARROW_TO_TOP
EXCLAMATION_CIRCLE
PLUS_CIRCLE_NORMAL
SORT_ALPHA_DOWN
SORT_ALPHA_UP_ALT
TRASH_ALT_DUOTONE
-
Method Summary
Modifier and Type Method Description String
getFontFamily()
String
getHtmlCode()
static jiconfont.IconFont
getIconFont()
Get theIconFont
for FontAwesomePro.char
getUnicode()
static FontAwesomePro
valueOf(String name)
Returns the enum constant of this type with the specified name.static FontAwesomePro[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getHtmlCode
-
getUnicode
public char getUnicode()- Specified by:
getUnicode
in interfacejiconfont.IconCode
-
getFontFamily
- Specified by:
getFontFamily
in interfacejiconfont.IconCode
-
getIconFont
public static jiconfont.IconFont getIconFont()Get theIconFont
for FontAwesomePro.- Returns:
- the IconFont
-