public enum SliderDecor extends Enum<SliderDecor>
Enum Constant and Description |
---|
Blue |
Brigtness |
Contrast |
Green |
Hue |
Red |
Saturation |
Thumb |
Modifier and Type | Method and Description |
---|---|
Color |
getColor() |
Image |
getMaxIcon() |
Image |
getMinIcon() |
static SliderDecor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SliderDecor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SliderDecor Red
public static final SliderDecor Green
public static final SliderDecor Blue
public static final SliderDecor Hue
public static final SliderDecor Saturation
public static final SliderDecor Brigtness
public static final SliderDecor Contrast
public static final SliderDecor Thumb
public static SliderDecor[] values()
for (SliderDecor c : SliderDecor.values()) System.out.println(c);
public static SliderDecor 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 nullpublic Image getMaxIcon()
public Image getMinIcon()
public Color getColor()
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.