Class PlotOrientationChartParam
- java.lang.Object
-
- com.xpn.xwiki.plugin.charts.params.AbstractChartParam
-
- com.xpn.xwiki.plugin.charts.params.ChoiceChartParam
-
- com.xpn.xwiki.plugin.charts.params.PlotOrientationChartParam
-
- All Implemented Interfaces:
ChartParam
public class PlotOrientationChartParam extends ChoiceChartParam
-
-
Field Summary
-
Fields inherited from class com.xpn.xwiki.plugin.charts.params.ChoiceChartParam
choices
-
Fields inherited from class com.xpn.xwiki.plugin.charts.params.AbstractChartParam
LIST_SEPARATOR, MAP_ASSIGNMENT, MAP_SEPARATOR, name, optional
-
-
Constructor Summary
Constructors Constructor Description PlotOrientationChartParam(String name)
PlotOrientationChartParam(String name, boolean isOptional)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
getType()
protected void
init()
-
Methods inherited from class com.xpn.xwiki.plugin.charts.params.ChoiceChartParam
addChoice, convert
-
Methods inherited from class com.xpn.xwiki.plugin.charts.params.AbstractChartParam
equals, getChoiceArg, getDoubleArg, getFloatArg, getIntArg, getListArg, getName, getStringArg, getStringOptionalArg, hashCode, isOptional, parseList, parseMap, parseMap, toFloatArray, toFloatList, toString
-
-
-
-
Method Detail
-
init
protected void init()
- Specified by:
init
in classChoiceChartParam
-
getType
public Class getType()
- Specified by:
getType
in interfaceChartParam
- Specified by:
getType
in classChoiceChartParam
-
-