public static enum ColorPickerConfig.Formats extends Enum<ColorPickerConfig.Formats>
| Modifier and Type | Method and Description |
|---|---|
abstract String |
to() |
String |
toString() |
static ColorPickerConfig.Formats |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorPickerConfig.Formats[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColorPickerConfig.Formats hex
public static final ColorPickerConfig.Formats rgb
public static final ColorPickerConfig.Formats rgba
public static ColorPickerConfig.Formats[] values()
for (ColorPickerConfig.Formats c : ColorPickerConfig.Formats.values()) System.out.println(c);
public static ColorPickerConfig.Formats 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 abstract String to()
public String toString()
toString in class Enum<ColorPickerConfig.Formats>Copyright © 2011–2014 AgileCoders. All rights reserved.