Uses of Class
org.wicketstuff.jqplot.lib.data.item.LabeledItem
-
Packages that use LabeledItem Package Description org.wicketstuff.jqplot.lib.chart org.wicketstuff.jqplot.lib.data -
-
Uses of LabeledItem in org.wicketstuff.jqplot.lib.chart
Methods in org.wicketstuff.jqplot.lib.chart with parameters of type LabeledItem Modifier and Type Method Description voidLabeledLineChart. addValue(LabeledItem<T> value)Add a valuevoidPieChart. addValue(LabeledItem<T> value)voidLabeledLineChart. addValues(LabeledItem<T>... values)Add a valuevoidPieChart. addValues(LabeledItem<T>... values)Method parameters in org.wicketstuff.jqplot.lib.chart with type arguments of type LabeledItem Modifier and Type Method Description voidPieDonutChart. addValue(Collection<LabeledItem<T>> value) -
Uses of LabeledItem in org.wicketstuff.jqplot.lib.data
Methods in org.wicketstuff.jqplot.lib.data that return types with arguments of type LabeledItem Modifier and Type Method Description Collection<LabeledItem<T>>LabeledData. getData()Collection<LabeledItem<T>>PieData. getData()Collection<Collection<LabeledItem<T>>>PieDonutData. getData()Constructors in org.wicketstuff.jqplot.lib.data with parameters of type LabeledItem Constructor Description LabeledData(LabeledItem<T>... values)Instantiates a new labeled data.
-