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

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.VerticalAlignmentChartParam
All Implemented Interfaces:
ChartParam

public class VerticalAlignmentChartParam
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
VerticalAlignmentChartParam(java.lang.String name)
           
VerticalAlignmentChartParam(java.lang.String name, boolean isOptional)
           
 
Method Summary
 java.lang.Class getType()
           
 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

VerticalAlignmentChartParam

public VerticalAlignmentChartParam(java.lang.String name)

VerticalAlignmentChartParam

public VerticalAlignmentChartParam(java.lang.String name,
                                   boolean isOptional)
Method Detail

getType

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

init

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


Copyright 2003 Ludovic Dubost