public static enum LienzoGlyphPaletteItemView.Decorator extends Enum<LienzoGlyphPaletteItemView.Decorator>
| Enum Constant and Description |
|---|
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static LienzoGlyphPaletteItemView.Decorator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LienzoGlyphPaletteItemView.Decorator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LienzoGlyphPaletteItemView.Decorator DEFAULT
public static LienzoGlyphPaletteItemView.Decorator[] values()
for (LienzoGlyphPaletteItemView.Decorator c : LienzoGlyphPaletteItemView.Decorator.values()) System.out.println(c);
public static LienzoGlyphPaletteItemView.Decorator 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 © 2001–2017 JBoss by Red Hat. All rights reserved.