public abstract class FontIcon
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static FontIcon |
UNKNOWN
FontIcon used if no matching icon can be found
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Optional<FontIcon> |
create(java.lang.String iconName)
Create an icon with the given name
|
abstract javafx.scene.text.Font |
getFont() |
abstract char |
getIconCode() |
abstract java.lang.String |
getIconName() |
public static final FontIcon UNKNOWN
public abstract char getIconCode()
public abstract java.lang.String getIconName()
public abstract javafx.scene.text.Font getFont()
public static java.util.Optional<FontIcon> create(java.lang.String iconName)
iconName - the icon name