public static enum ScatterTrace.Mode extends Enum<ScatterTrace.Mode>
| Enum Constant and Description |
|---|
LINE |
LINE_AND_MARKERS |
LINE_AND_TEXT |
LINE_TEXT_AND_MARKERS |
MARKERS |
NONE |
TEXT |
TEXT_AND_MARKERS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ScatterTrace.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScatterTrace.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScatterTrace.Mode LINE
public static final ScatterTrace.Mode MARKERS
public static final ScatterTrace.Mode LINE_AND_MARKERS
public static final ScatterTrace.Mode LINE_AND_TEXT
public static final ScatterTrace.Mode TEXT_AND_MARKERS
public static final ScatterTrace.Mode LINE_TEXT_AND_MARKERS
public static final ScatterTrace.Mode TEXT
public static final ScatterTrace.Mode NONE
public static ScatterTrace.Mode[] values()
for (ScatterTrace.Mode c : ScatterTrace.Mode.values()) System.out.println(c);
public static ScatterTrace.Mode 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 nullpublic String toString()
toString in class Enum<ScatterTrace.Mode>Copyright © 2018. All rights reserved.