|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ChartMeasure.PlotType>
org.graphstream.algorithm.measure.ChartMeasure.PlotType
public static enum ChartMeasure.PlotType
Type of plot.s
Enum Constant Summary | |
---|---|
BAR
|
|
LINE
Points connected with lines. |
|
PIE
|
|
SCATTER
Cloud of points. |
Method Summary | |
---|---|
static ChartMeasure.PlotType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ChartMeasure.PlotType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 ChartMeasure.PlotType LINE
public static final ChartMeasure.PlotType BAR
public static final ChartMeasure.PlotType PIE
public static final ChartMeasure.PlotType SCATTER
Method Detail |
---|
public static ChartMeasure.PlotType[] values()
for (ChartMeasure.PlotType c : ChartMeasure.PlotType.values()) System.out.println(c);
public static ChartMeasure.PlotType 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 null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |