public enum LogAxisType extends Enum<LogAxisType>
| Enum Constant and Description |
|---|
DB_SCALE |
LINEAR_SCALE |
LOG10_SCALE |
| Modifier and Type | Method and Description |
|---|---|
static LogAxisType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogAxisType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogAxisType LINEAR_SCALE
public static final LogAxisType LOG10_SCALE
public static final LogAxisType DB_SCALE
public static LogAxisType[] values()
for (LogAxisType c : LogAxisType.values()) System.out.println(c);
public static LogAxisType 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 nullCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.