public static enum MaterialDrawerFont.Icon extends java.lang.Enum<MaterialDrawerFont.Icon> implements com.mikepenz.iconics.typeface.IIcon
| Enum Constant and Description |
|---|
mdf_arrow_drop_down |
mdf_arrow_drop_up |
mdf_expand_less |
mdf_expand_more |
mdf_person |
| Modifier and Type | Method and Description |
|---|---|
char |
getCharacter() |
java.lang.String |
getFormattedName() |
java.lang.String |
getName() |
com.mikepenz.iconics.typeface.ITypeface |
getTypeface() |
static MaterialDrawerFont.Icon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MaterialDrawerFont.Icon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaterialDrawerFont.Icon mdf_arrow_drop_down
public static final MaterialDrawerFont.Icon mdf_arrow_drop_up
public static final MaterialDrawerFont.Icon mdf_expand_less
public static final MaterialDrawerFont.Icon mdf_expand_more
public static final MaterialDrawerFont.Icon mdf_person
public static MaterialDrawerFont.Icon[] values()
for (MaterialDrawerFont.Icon c : MaterialDrawerFont.Icon.values()) System.out.println(c);
public static MaterialDrawerFont.Icon valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getFormattedName()
getFormattedName in interface com.mikepenz.iconics.typeface.IIconpublic char getCharacter()
getCharacter in interface com.mikepenz.iconics.typeface.IIconpublic java.lang.String getName()
getName in interface com.mikepenz.iconics.typeface.IIconpublic com.mikepenz.iconics.typeface.ITypeface getTypeface()
getTypeface in interface com.mikepenz.iconics.typeface.IIcon