public static enum Acop.graphStyles extends java.lang.Enum<Acop.graphStyles>
Enum Constant and Description |
---|
LIN_LIN |
LIN_LOG |
LOG_LIN |
LOG_LOG |
TIME_LIN |
TIME_LOG |
Modifier and Type | Method and Description |
---|---|
static Acop.graphStyles |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Acop.graphStyles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Acop.graphStyles LIN_LIN
public static final Acop.graphStyles LIN_LOG
public static final Acop.graphStyles LOG_LIN
public static final Acop.graphStyles LOG_LOG
public static final Acop.graphStyles TIME_LIN
public static final Acop.graphStyles TIME_LOG
public static Acop.graphStyles[] values()
for (Acop.graphStyles c : Acop.graphStyles.values()) System.out.println(c);
public static Acop.graphStyles 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