|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<XmlAdhocChartType>
net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocChartType
public enum XmlAdhocChartType
Java class for ChartType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ChartType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="AREA"/>
<enumeration value="STACKEDAREA"/>
<enumeration value="BAR"/>
<enumeration value="STACKEDBAR"/>
<enumeration value="GROUPEDSTACKEDBAR"/>
<enumeration value="BAR3D"/>
<enumeration value="STACKEDBAR3D"/>
<enumeration value="LINE"/>
<enumeration value="LAYEREDBAR"/>
<enumeration value="WATERFALLBAR"/>
<enumeration value="DIFFERENCE"/>
<enumeration value="PIE"/>
<enumeration value="PIE3D"/>
<enumeration value="SCATTER"/>
<enumeration value="SPIDER"/>
<enumeration value="TIMESERIES"/>
<enumeration value="XYAREA"/>
<enumeration value="XYBAR"/>
<enumeration value="XYLINE"/>
<enumeration value="XYSTEP"/>
<enumeration value="BUBBLE"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
AREA
|
|
BAR
|
|
BAR_3_D
|
|
BUBBLE
|
|
DIFFERENCE
|
|
GROUPEDSTACKEDBAR
|
|
LAYEREDBAR
|
|
LINE
|
|
PIE
|
|
PIE_3_D
|
|
SCATTER
|
|
SPIDER
|
|
STACKEDAREA
|
|
STACKEDBAR
|
|
STACKEDBAR_3_D
|
|
TIMESERIES
|
|
WATERFALLBAR
|
|
XYAREA
|
|
XYBAR
|
|
XYLINE
|
|
XYSTEP
|
|
| Method Summary | |
|---|---|
static XmlAdhocChartType |
fromValue(String v)
|
String |
value()
|
static XmlAdhocChartType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XmlAdhocChartType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final XmlAdhocChartType AREA
public static final XmlAdhocChartType STACKEDAREA
public static final XmlAdhocChartType BAR
public static final XmlAdhocChartType STACKEDBAR
public static final XmlAdhocChartType GROUPEDSTACKEDBAR
public static final XmlAdhocChartType BAR_3_D
public static final XmlAdhocChartType STACKEDBAR_3_D
public static final XmlAdhocChartType LINE
public static final XmlAdhocChartType LAYEREDBAR
public static final XmlAdhocChartType WATERFALLBAR
public static final XmlAdhocChartType DIFFERENCE
public static final XmlAdhocChartType PIE
public static final XmlAdhocChartType PIE_3_D
public static final XmlAdhocChartType SCATTER
public static final XmlAdhocChartType SPIDER
public static final XmlAdhocChartType TIMESERIES
public static final XmlAdhocChartType XYAREA
public static final XmlAdhocChartType XYBAR
public static final XmlAdhocChartType XYLINE
public static final XmlAdhocChartType XYSTEP
public static final XmlAdhocChartType BUBBLE
| Method Detail |
|---|
public static XmlAdhocChartType[] values()
for (XmlAdhocChartType c : XmlAdhocChartType.values()) System.out.println(c);
public static XmlAdhocChartType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static XmlAdhocChartType fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||