Package com.illumon.iris.gui.util
Enum Class FontAwesomePro
- All Implemented Interfaces:
Serializable
,Comparable<FontAwesomePro>
,java.lang.constant.Constable
,jiconfont.IconCode
An implementation of
IconCode
for use with the FontAwesome icon set.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic jiconfont.IconFont
Get theIconFont
for FontAwesomePro.char
static FontAwesomePro
Returns the enum constant of this class with the specified name.static FontAwesomePro[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface jiconfont.IconCode
name
-
Enum Constant Details
-
ARROW_TO_TOP
-
ARROW_TO_BOTTOM
-
SORT_ALPHA_DOWN
-
SORT_ALPHA_UP_ALT
-
EXCLAMATION_CIRCLE
-
PLUS_CIRCLE_NORMAL
-
TRASH_ALT_DUOTONE
-
ANGLE_DOUBLE_UP
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class 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
-