Uses of Class
org.xwiki.chart.dataset.DatasetType

Packages that use DatasetType
org.xwiki.chart.dataset   
org.xwiki.chart.plot   
 

Uses of DatasetType in org.xwiki.chart.dataset
 

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

Uses of DatasetType in org.xwiki.chart.plot
 

Methods in org.xwiki.chart.plot that return DatasetType
 DatasetType PlotType.getDefaultDatasetType()
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.