Uses of Class
org.primefaces.model.charts.bubble.BubbleChartOptions
-
Packages that use BubbleChartOptions Package Description org.primefaces.model.charts.bubble -
-
Uses of BubbleChartOptions in org.primefaces.model.charts.bubble
Methods in org.primefaces.model.charts.bubble that return BubbleChartOptions Modifier and Type Method Description BubbleChartOptionsBubbleChartModel. getOptions()Gets the configuration optionsMethods in org.primefaces.model.charts.bubble with parameters of type BubbleChartOptions Modifier and Type Method Description voidBubbleChartModel. setOptions(BubbleChartOptions options)Sets the configuration optionsConstructors in org.primefaces.model.charts.bubble with parameters of type BubbleChartOptions Constructor Description BubbleChartModel(ChartData data, BubbleChartOptions options)
-