com.xpn.xwiki.plugin.charts.params
Class CategoryLabelPositionsChartParam

java.lang.Object
  extended by com.xpn.xwiki.plugin.charts.params.AbstractChartParam
      extended by com.xpn.xwiki.plugin.charts.params.ChoiceChartParam
          extended by com.xpn.xwiki.plugin.charts.params.CategoryLabelPositionsChartParam
All Implemented Interfaces:
ChartParam

public class CategoryLabelPositionsChartParam
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
CategoryLabelPositionsChartParam(java.lang.String name)
           
CategoryLabelPositionsChartParam(java.lang.String name, boolean optional)
           
 
Method Summary
 java.lang.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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CategoryLabelPositionsChartParam

public CategoryLabelPositionsChartParam(java.lang.String name)

CategoryLabelPositionsChartParam

public CategoryLabelPositionsChartParam(java.lang.String name,
                                        boolean optional)
Method Detail

init

protected void init()
Specified by:
init in class ChoiceChartParam

getType

public java.lang.Class getType()
Specified by:
getType in interface ChartParam
Specified by:
getType in class ChoiceChartParam


Copyright 2003 Ludovic Dubost