org.ow2.opensuit.xml.chart
Enum XYChartStyle
java.lang.Object
java.lang.Enum<XYChartStyle>
org.ow2.opensuit.xml.chart.XYChartStyle
- All Implemented Interfaces:
- Serializable, Comparable<XYChartStyle>
@XmlEnumeration
public enum XYChartStyle
- extends Enum<XYChartStyle>
Method Summary |
static XYChartStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XYChartStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Polar
public static final XYChartStyle Polar
Scatter
public static final XYChartStyle Scatter
TimeSeries
public static final XYChartStyle TimeSeries
XYArea
public static final XYChartStyle XYArea
XYLine
public static final XYChartStyle XYLine
XYStepArea
public static final XYChartStyle XYStepArea
XYStep
public static final XYChartStyle XYStep
values
public static XYChartStyle[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (XYChartStyle c : XYChartStyle.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static XYChartStyle valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2008-2012 OW2 Consortium. All Rights Reserved.