| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
fontFamily  | 
private char | 
unicode  | 
| Constructor and Description | 
|---|
DefaultIconCode(java.lang.String fontFamily,
               char unicode)
Construtor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getFontFamily()
Gets the font family name. 
 | 
char | 
getUnicode()
Gets the icon unicode. 
 | 
java.lang.String | 
name()
Gets the icon name. 
 | 
private final char unicode
private final java.lang.String fontFamily
public DefaultIconCode(java.lang.String fontFamily,
                       char unicode)
fontFamily - the font family.unicode - the icon code.public java.lang.String name()
public char getUnicode()
getUnicode in interface IconCodepublic java.lang.String getFontFamily()
getFontFamily in interface IconCode