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