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

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.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
PlotOrientationChartParam(java.lang.String name)
           
PlotOrientationChartParam(java.lang.String name, boolean isOptional)
           
 
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

PlotOrientationChartParam

public PlotOrientationChartParam(java.lang.String name)

PlotOrientationChartParam

public PlotOrientationChartParam(java.lang.String name,
                                 boolean isOptional)
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