@Immutable public final class GuiIcon extends Object implements IGuiIcon
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId() |
String |
getStyleClass() |
EIconType |
getType() |
String |
getValue() |
int |
hashCode() |
boolean |
isFaIcon() |
boolean |
isFcIcon() |
boolean |
isMaterialIcon() |
boolean |
isUiIcon() |
static IGuiIcon |
valueOf(String id) |
public static final IGuiIcon EMPTY
public String getId()
public boolean isFcIcon()
isFcIcon in interface IGuiIconIGuiIcon.getType() refers to an icon from the FORMCYCLE icon font.public boolean isUiIcon()
isUiIcon in interface IGuiIconIGuiIcon.getType() refers to an icon from the UI (primefaces) icon font.public boolean isFaIcon()
isFaIcon in interface IGuiIconIGuiIcon.getType() refers to an icon from the Font Awesome icon font.public boolean isMaterialIcon()
isMaterialIcon in interface IGuiIconIGuiIcon.getType() refers to an icon from the material icons font.public EIconType getType()
public String getStyleClass()
getStyleClass in interface IGuiIconpublic String getValue()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.