- 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
-
Method Details
-
name
String name()Gets the name of this character -
getChar
char getChar()Gets the character value
-