public static enum ScatterTrace.Mode extends java.lang.Enum<ScatterTrace.Mode>
| Enum Constant | Description |
|---|---|
LINE |
|
LINE_AND_MARKERS |
|
LINE_AND_TEXT |
|
LINE_TEXT_AND_MARKERS |
|
MARKERS |
|
NONE |
|
TEXT |
|
TEXT_AND_MARKERS |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
|
static ScatterTrace.Mode |
valueOf(java.lang.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(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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<ScatterTrace.Mode>Copyright © 2018. All rights reserved.