Interface INamedCharacter

All Known Implementing Classes:
FontAwesome.Glyph

public interface INamedCharacter
Represents a named character. This interface is usually implemented by a Enum which holds all characters of a specific font.
  • Method Summary

    Modifier and Type
    Method
    Description
    char
    Gets the character value
    Gets the name of this character
  • Method Details

    • name

      String name()
      Gets the name of this character
    • getChar

      char getChar()
      Gets the character value