-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char
getChar()
Gets the character valueString
name()
Gets the name of this character
-
-
-
Method Detail
-
name
String name()
Gets the name of this character
-
getChar
char getChar()
Gets the character value
-
-