Uses of Class
org.wicketstuff.flot.DataSet

Uses of DataSet in org.wicketstuff.flot
 

Methods in org.wicketstuff.flot that return types with arguments of type DataSet
 java.util.List<DataSet> Series.getData()
           
 

Methods in org.wicketstuff.flot with parameters of type DataSet
 Series Series.addDataSet(DataSet dataSet, Color color)
           
 

Constructor parameters in org.wicketstuff.flot with type arguments of type DataSet
Series(java.util.List<DataSet> data, java.lang.String label, Color color, GraphType... graphTypes)
           
Series(java.util.List<DataSet> data, java.lang.String label, Color color, java.util.Set<GraphType> graphTypes)
           
 



Copyright © 2010. All Rights Reserved.