Enum Class FontAwesomePro

java.lang.Object
java.lang.Enum<FontAwesomePro>
com.illumon.iris.gui.util.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.
  • Enum Constant Details

    • ARROW_TO_TOP

      public static final FontAwesomePro ARROW_TO_TOP
    • ARROW_TO_BOTTOM

      public static final FontAwesomePro ARROW_TO_BOTTOM
    • SORT_ALPHA_DOWN

      public static final FontAwesomePro SORT_ALPHA_DOWN
    • SORT_ALPHA_UP_ALT

      public static final FontAwesomePro SORT_ALPHA_UP_ALT
    • EXCLAMATION_CIRCLE

      public static final FontAwesomePro EXCLAMATION_CIRCLE
    • PLUS_CIRCLE_NORMAL

      public static final FontAwesomePro PLUS_CIRCLE_NORMAL
    • TRASH_ALT_DUOTONE

      public static final FontAwesomePro TRASH_ALT_DUOTONE
    • ANGLE_DOUBLE_UP

      public static final FontAwesomePro ANGLE_DOUBLE_UP
  • Method Details

    • values

      public static FontAwesomePro[] 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

      public static FontAwesomePro valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getHtmlCode

      public String getHtmlCode()
    • getUnicode

      public char getUnicode()
      Specified by:
      getUnicode in interface jiconfont.IconCode
    • getFontFamily

      public String getFontFamily()
      Specified by:
      getFontFamily in interface jiconfont.IconCode
    • getIconFont

      public static jiconfont.IconFont getIconFont()
      Get the IconFont for FontAwesomePro.
      Returns:
      the IconFont