@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 IGuiIcon
IGuiIcon.getType()
refers to an icon from the FORMCYCLE icon font.public boolean isUiIcon()
isUiIcon
in interface IGuiIcon
IGuiIcon.getType()
refers to an icon from the UI (primefaces) icon font.public boolean isFaIcon()
isFaIcon
in interface IGuiIcon
IGuiIcon.getType()
refers to an icon from the Font Awesome icon font.public boolean isMaterialIcon()
isMaterialIcon
in interface IGuiIcon
IGuiIcon.getType()
refers to an icon from the material icons font.public EIconType getType()
public String getStyleClass()
getStyleClass
in interface IGuiIcon
public String getValue()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.