Uses of Class
org.wicketstuff.jqplot.lib.data.item.BubbleItem
-
Packages that use BubbleItem Package Description org.wicketstuff.jqplot.lib.chart org.wicketstuff.jqplot.lib.data -
-
Uses of BubbleItem in org.wicketstuff.jqplot.lib.chart
Methods in org.wicketstuff.jqplot.lib.chart that return types with arguments of type BubbleItem Modifier and Type Method Description BubbleData<BubbleItem>BubbleChart. getChartData()Methods in org.wicketstuff.jqplot.lib.chart with parameters of type BubbleItem Modifier and Type Method Description voidBubbleChart. addValue(BubbleItem item)Add a value -
Uses of BubbleItem in org.wicketstuff.jqplot.lib.data
Classes in org.wicketstuff.jqplot.lib.data with type parameters of type BubbleItem Modifier and Type Class Description classBubbleData<T extends BubbleItem>Data Helper to build Bubble Charts.
-