public final class Icons
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static javafx.scene.Node |
graphicFrom(de.jensd.fx.glyphs.fontawesome.FontAwesomeIcon icon,
java.lang.String size,
javafx.scene.paint.Color color) |
static javafx.scene.Node |
graphicFrom(Icon iconAnnotation,
java.lang.String size)
Creates a JavaFx node as specified from the given icon annotation and the given size
|
public static javafx.scene.Node graphicFrom(Icon iconAnnotation, java.lang.String size)
iconAnnotation - the icon annotation to processsize - the size of the iconpublic static javafx.scene.Node graphicFrom(de.jensd.fx.glyphs.fontawesome.FontAwesomeIcon icon,
java.lang.String size,
javafx.scene.paint.Color color)