Uses of Class
org.xwiki.chart.axis.AxisType

Packages that use AxisType
org.xwiki.chart.axis   
org.xwiki.chart.plot   
 

Uses of AxisType in org.xwiki.chart.axis
 

Methods in org.xwiki.chart.axis that return AxisType
static AxisType AxisType.forName(String name)
           
static AxisType AxisType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AxisType[] AxisType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of AxisType in org.xwiki.chart.plot
 

Methods in org.xwiki.chart.plot that return AxisType
 AxisType[] PlotType.getDefaultAxisTypes()
           
 



Copyright © 2004–2015 XWiki. All rights reserved.