|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PlotOptions.Stacking>
org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.Stacking
public static enum PlotOptions.Stacking
An enumeration of supported stacking types, which can be passed to the
PlotOptions.setStacking(PlotOptions.Stacking)
method.
Enum Constant Summary | |
---|---|
NORMAL
Stack the series by linear value |
|
PERCENT
Stack the series by percent value |
Method Summary | |
---|---|
String |
toString()
|
static PlotOptions.Stacking |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PlotOptions.Stacking[] |
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 PlotOptions.Stacking NORMAL
public static final PlotOptions.Stacking PERCENT
Method Detail |
---|
public static PlotOptions.Stacking[] values()
for (PlotOptions.Stacking c : PlotOptions.Stacking.values()) System.out.println(c);
public static PlotOptions.Stacking 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<PlotOptions.Stacking>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |