Uses of Class
org.primefaces.model.charts.data.BubblePoint
-
Packages that use BubblePoint Package Description org.primefaces.model.charts.bubble -
-
Uses of BubblePoint in org.primefaces.model.charts.bubble
Methods in org.primefaces.model.charts.bubble that return types with arguments of type BubblePoint Modifier and Type Method Description List<BubblePoint>BubbleChartDataSet. getData()Gets the list of data in this dataSetMethod parameters in org.primefaces.model.charts.bubble with type arguments of type BubblePoint Modifier and Type Method Description voidBubbleChartDataSet. setData(List<BubblePoint> data)Sets the list of data in this dataSet
-