public static enum IXYGraphLibInt.BgColor extends java.lang.Enum<IXYGraphLibInt.BgColor>
Enum Constant and Description |
---|
BG |
BUTTONBG |
BUTTONBGDISABLED |
CURSORBG |
LEGENDBG |
LEGENDSELECTBG |
PLOTBG |
Modifier and Type | Method and Description |
---|---|
static IXYGraphLibInt.BgColor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IXYGraphLibInt.BgColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IXYGraphLibInt.BgColor BG
public static final IXYGraphLibInt.BgColor PLOTBG
public static final IXYGraphLibInt.BgColor LEGENDBG
public static final IXYGraphLibInt.BgColor LEGENDSELECTBG
public static final IXYGraphLibInt.BgColor CURSORBG
public static final IXYGraphLibInt.BgColor BUTTONBG
public static final IXYGraphLibInt.BgColor BUTTONBGDISABLED
public static IXYGraphLibInt.BgColor[] values()
for (IXYGraphLibInt.BgColor c : IXYGraphLibInt.BgColor.values()) System.out.println(c);
public static IXYGraphLibInt.BgColor valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null