public static enum SVGIcon.Layer extends Enum<SVGIcon.Layer>
| Enum Constant and Description |
|---|
BACKGROUND |
FOREGROUND |
| Modifier and Type | Method and Description |
|---|---|
static SVGIcon.Layer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVGIcon.Layer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVGIcon.Layer FOREGROUND
public static final SVGIcon.Layer BACKGROUND
public static SVGIcon.Layer[] values()
for (SVGIcon.Layer c : SVGIcon.Layer.values()) System.out.println(c);
public static SVGIcon.Layer valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015–2018 openbase.org. All rights reserved.