@JsType(namespace="xgl.color") public static enum RGBColor.HtmlForm extends Enum<RGBColor.HtmlForm>
| Enum Constant and Description |
|---|
HEX |
RGB_FUNC_FLOAT |
RGB_FUNC_INT |
| Modifier and Type | Method and Description |
|---|---|
static RGBColor.HtmlForm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RGBColor.HtmlForm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RGBColor.HtmlForm HEX
public static final RGBColor.HtmlForm RGB_FUNC_INT
public static final RGBColor.HtmlForm RGB_FUNC_FLOAT
public static RGBColor.HtmlForm[] values()
for (RGBColor.HtmlForm c : RGBColor.HtmlForm.values()) System.out.println(c);
public static RGBColor.HtmlForm 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 © 2018 Xalys. All rights reserved.