public static enum IXYGraphLibInt.ButtonImages extends java.lang.Enum<IXYGraphLibInt.ButtonImages>
Enum Constant and Description |
---|
CLEAR |
DOWN |
END |
LEFT |
MINUS |
PAUSE |
PLUS |
POS1 |
RIGHT |
SAVE_CURVE |
START |
STOP |
UP |
ZOOM_DOWN |
ZOOM_UP |
Modifier and Type | Method and Description |
---|---|
static IXYGraphLibInt.ButtonImages |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IXYGraphLibInt.ButtonImages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IXYGraphLibInt.ButtonImages DOWN
public static final IXYGraphLibInt.ButtonImages UP
public static final IXYGraphLibInt.ButtonImages ZOOM_UP
public static final IXYGraphLibInt.ButtonImages ZOOM_DOWN
public static final IXYGraphLibInt.ButtonImages LEFT
public static final IXYGraphLibInt.ButtonImages RIGHT
public static final IXYGraphLibInt.ButtonImages PLUS
public static final IXYGraphLibInt.ButtonImages MINUS
public static final IXYGraphLibInt.ButtonImages START
public static final IXYGraphLibInt.ButtonImages STOP
public static final IXYGraphLibInt.ButtonImages CLEAR
public static final IXYGraphLibInt.ButtonImages PAUSE
public static final IXYGraphLibInt.ButtonImages POS1
public static final IXYGraphLibInt.ButtonImages END
public static final IXYGraphLibInt.ButtonImages SAVE_CURVE
public static IXYGraphLibInt.ButtonImages[] values()
for (IXYGraphLibInt.ButtonImages c : IXYGraphLibInt.ButtonImages.values()) System.out.println(c);
public static IXYGraphLibInt.ButtonImages 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