Enum Constant and Description |
---|
AREA
Area Chart
|
BAR
Bar Chart
|
BUBBLE
Bubble Chart
|
CANDLESTICK
Candlestick Chart
|
CONTOUR
Countour Chart
|
CUBE
Cube Chart
|
CURVE
Curve Chart
|
CURVE_AREA
Curve Area Chart
|
DOUGHNUT
Doughnut Chart
|
GANTT
Gantt Chart
|
HIGH_LOW_CLOSE
Hi-Low-Close Chart
|
LINES
Line Chart
|
OPEN_HIGH_LOW_CLOSE
Open-High-Low-Close Chart
|
PARETO
Pareto Chart
|
PIE
Pie Chart
|
POLAR
Polar Chart.
|
PYRAMID
Pyramid Chart
|
RADAR
Radar Chart
|
SCATTER
Scatter Chart
|
STEP
Step Chart
|
SURFACE
Surface Chart
|
Modifier and Type | Method and Description |
---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.Gallery.
|
static Gallery |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Gallery[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Gallery LINES
public static final Gallery BAR
public static final Gallery AREA
public static final Gallery SCATTER
public static final Gallery PIE
public static final Gallery STEP
public static final Gallery HIGH_LOW_CLOSE
public static final Gallery RADAR
public static final Gallery POLAR
public static final Gallery CUBE
public static final Gallery BUBBLE
public static final Gallery OPEN_HIGH_LOW_CLOSE
public static final Gallery CANDLESTICK
public static final Gallery GANTT
public static final Gallery CURVE
public static final Gallery PARETO
public static final Gallery SURFACE
public static final Gallery DOUGHNUT
public static final Gallery PYRAMID
public static final Gallery CONTOUR
public static final Gallery CURVE_AREA
public static Gallery[] values()
for (Gallery c : Gallery.values()) System.out.println(c);
public static Gallery valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.Gallery.
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.