|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||||
java.lang.Objectjava.lang.Enum<ChartType>
org.jppf.ui.monitoring.charts.ChartType
public enum ChartType
Type-safe enumeration of all available types of charts.
| Enum Constant Summary | |
|---|---|
CHART_3DBAR
Chart type definition for a 3D bar chart. |
|
CHART_3DPIE
Chart type definition for a plot XY chart. |
|
CHART_AREA
Chart type definition for a plot XY chart. |
|
CHART_DIFFERENCE
Chart type definition for a plot XY chart. |
|
CHART_PLOTXY
Chart type definition for a plot XY chart. |
|
CHART_RING
Chart type definition for a plot XY chart. |
|
| Method Summary | |
|---|---|
String |
toString()
Get a nice display name for this enum type. |
static ChartType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ChartType[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ChartType CHART_3DBAR
public static final ChartType CHART_PLOTXY
public static final ChartType CHART_AREA
public static final ChartType CHART_3DPIE
public static final ChartType CHART_RING
public static final ChartType CHART_DIFFERENCE
| Method Detail |
|---|
public static ChartType[] values()
for (ChartType c : ChartType.values()) System.out.println(c);
public static ChartType 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 toString()
toString in class Enum<ChartType>Enum.toString()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||||