public enum AwesomeIcon extends java.lang.Enum<AwesomeIcon>
Uses Font Awesome by Dave Gandy - http://fontawesome.io.
| Enum Constant and Description |
|---|
MAP
A map icon.
|
PLUS
A plus icon.
|
TIMES
A times / cross icon.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Node |
node()
Returns a new
Node containing the icon. |
static AwesomeIcon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AwesomeIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwesomeIcon PLUS
public static final AwesomeIcon TIMES
public static final AwesomeIcon MAP
public static AwesomeIcon[] values()
for (AwesomeIcon c : AwesomeIcon.values()) System.out.println(c);
public static AwesomeIcon 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 javafx.scene.Node node()
Node containing the icon.Copyright © 2015 TESIS DYNAware. All Rights Reserved.