public static enum IXYPlotEvent.KeyEvent extends java.lang.Enum<IXYPlotEvent.KeyEvent>
| Enum Constant and Description |
|---|
KEY_CLEAR |
KEY_PAUSE |
KEY_SAVE |
KEY_START |
KEY_STOP |
| Modifier and Type | Method and Description |
|---|---|
static IXYPlotEvent.KeyEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IXYPlotEvent.KeyEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IXYPlotEvent.KeyEvent KEY_START
public static final IXYPlotEvent.KeyEvent KEY_STOP
public static final IXYPlotEvent.KeyEvent KEY_PAUSE
public static final IXYPlotEvent.KeyEvent KEY_CLEAR
public static final IXYPlotEvent.KeyEvent KEY_SAVE
public static IXYPlotEvent.KeyEvent[] values()
for (IXYPlotEvent.KeyEvent c : IXYPlotEvent.KeyEvent.values()) System.out.println(c);
public static IXYPlotEvent.KeyEvent 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