public static enum ScatterTrace.YAxis extends Enum<ScatterTrace.YAxis>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ScatterTrace.YAxis |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScatterTrace.YAxis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScatterTrace.YAxis Y
public static final ScatterTrace.YAxis Y2
public static final ScatterTrace.YAxis Y3
public static final ScatterTrace.YAxis Y4
public static ScatterTrace.YAxis[] values()
for (ScatterTrace.YAxis c : ScatterTrace.YAxis.values()) System.out.println(c);
public static ScatterTrace.YAxis 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.YAxis>
Copyright © 2019. All rights reserved.