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 Modifier and Type Method Description List<DataSet>Series. getData()Methods in org.wicketstuff.flot with parameters of type DataSet Modifier and Type Method Description SeriesSeries. addDataSet(DataSet dataSet, Color color)Constructor parameters in org.wicketstuff.flot with type arguments of type DataSet Constructor Description Series(List<DataSet> data, String label, Color color, Set<GraphType> graphTypes)Series(List<DataSet> data, String label, Color color, GraphType... graphTypes)
-