public enum AcopGraphStyleEnum extends java.lang.Enum<AcopGraphStyleEnum>
Enum Constant and Description |
---|
LinLin |
LinLog |
LogLin |
LogLog |
TimeLin |
TimeLog |
Modifier and Type | Method and Description |
---|---|
static AcopGraphStyleEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AcopGraphStyleEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcopGraphStyleEnum LinLin
public static final AcopGraphStyleEnum LinLog
public static final AcopGraphStyleEnum LogLin
public static final AcopGraphStyleEnum LogLog
public static final AcopGraphStyleEnum TimeLin
public static final AcopGraphStyleEnum TimeLog
public static AcopGraphStyleEnum[] values()
for (AcopGraphStyleEnum c : AcopGraphStyleEnum.values()) System.out.println(c);
public static AcopGraphStyleEnum 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