public static enum GlossPainter.GlossPosition extends Enum<GlossPainter.GlossPosition>
Used to define the position of the gloss on the painted area.
| Modifier and Type | Method and Description |
|---|---|
static GlossPainter.GlossPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlossPainter.GlossPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlossPainter.GlossPosition TOP
public static final GlossPainter.GlossPosition BOTTOM
public static GlossPainter.GlossPosition[] values()
for (GlossPainter.GlossPosition c : GlossPainter.GlossPosition.values()) System.out.println(c);
public static GlossPainter.GlossPosition 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 © 2017. All Rights Reserved.