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