public static enum ResetZoomButton.RelativeTo extends Enum<ResetZoomButton.RelativeTo>
ResetZoomButton.setRelativeTo(RelativeTo)| Enum Constant and Description |
|---|
CHART
Relative to the chart.
|
PLOT
Relative to the plot.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ResetZoomButton.RelativeTo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResetZoomButton.RelativeTo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResetZoomButton.RelativeTo PLOT
public static final ResetZoomButton.RelativeTo CHART
public static ResetZoomButton.RelativeTo[] values()
for (ResetZoomButton.RelativeTo c : ResetZoomButton.RelativeTo.values()) System.out.println(c);
public static ResetZoomButton.RelativeTo 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<ResetZoomButton.RelativeTo>Copyright © 2015. All Rights Reserved.