Package | Description |
---|---|
org.kordamp.ikonli.material |
Modifier and Type | Method and Description |
---|---|
static Material |
Material.findByDescription(java.lang.String description) |
static Material |
Material.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Material[] |
Material.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|