Class ShapeChartParam
- java.lang.Object
-
- com.xpn.xwiki.plugin.charts.params.AbstractChartParam
-
- com.xpn.xwiki.plugin.charts.params.ShapeChartParam
-
- All Implemented Interfaces:
ChartParam
public class ShapeChartParam extends AbstractChartParam
-
-
Field Summary
-
Fields inherited from class com.xpn.xwiki.plugin.charts.params.AbstractChartParam
LIST_SEPARATOR, MAP_ASSIGNMENT, MAP_SEPARATOR, name, optional
-
-
Constructor Summary
Constructors Constructor Description ShapeChartParam(String name)
ShapeChartParam(String name, boolean optional)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
convert(String value)
Class
getType()
void
init()
-
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
public void init()
-
getType
public Class getType()
- Specified by:
getType
in interfaceChartParam
- Specified by:
getType
in classAbstractChartParam
-
convert
public Object convert(String value) throws ParamException
- Specified by:
convert
in interfaceChartParam
- Specified by:
convert
in classAbstractChartParam
- Throws:
ParamException
-
-