public enum AdhocChartType extends Enum<AdhocChartType>
AdhocChartType class.
| Enum Constant and Description |
|---|
AREA |
BAR |
BAR3D |
BUBBLE |
DIFFERENCE |
GROUPEDSTACKEDBAR |
LAYEREDBAR |
LINE |
PIE |
PIE3D |
SCATTER |
SPIDER |
STACKEDAREA |
STACKEDBAR |
STACKEDBAR3D |
TIMESERIES |
WATERFALLBAR |
XYAREA |
XYBAR |
XYLINE |
XYSTEP |
| Modifier and Type | Method and Description |
|---|---|
static AdhocChartType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdhocChartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdhocChartType AREA
public static final AdhocChartType STACKEDAREA
public static final AdhocChartType BAR
public static final AdhocChartType STACKEDBAR
public static final AdhocChartType GROUPEDSTACKEDBAR
public static final AdhocChartType BAR3D
public static final AdhocChartType STACKEDBAR3D
public static final AdhocChartType LINE
public static final AdhocChartType LAYEREDBAR
public static final AdhocChartType WATERFALLBAR
public static final AdhocChartType DIFFERENCE
public static final AdhocChartType PIE
public static final AdhocChartType PIE3D
public static final AdhocChartType SCATTER
public static final AdhocChartType SPIDER
public static final AdhocChartType TIMESERIES
public static final AdhocChartType XYAREA
public static final AdhocChartType XYBAR
public static final AdhocChartType XYLINE
public static final AdhocChartType XYSTEP
public static final AdhocChartType BUBBLE
public static AdhocChartType[] values()
for (AdhocChartType c : AdhocChartType.values()) System.out.println(c);
public static AdhocChartType 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 © 2010–2021. All rights reserved.