- 
- All Known Implementing Classes:
- FontAwesome.Glyph
 
 public interface INamedCharacterRepresents a named character. This interface is usually implemented by a Enum which holds all characters of a specific font.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description chargetChar()Gets the character valueStringname()Gets the name of this character
 
- 
- 
- 
Method Detail- 
nameString name() Gets the name of this character
 - 
getCharchar getChar() Gets the character value
 
- 
 
-