Modifier and Type | Method and Description |
---|---|
static Acop.displayModes |
Acop.displayModes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Acop.displayModes[] |
Acop.displayModes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Acop.setDisplayMode(Acop.displayModes newMode)
Assigns a display mode to any plots using the draw() method.
|