Uses of Class
org.primefaces.model.charts.polar.PolarAreaChartOptions
-
Packages that use PolarAreaChartOptions Package Description org.primefaces.model.charts.polar -
-
Uses of PolarAreaChartOptions in org.primefaces.model.charts.polar
Methods in org.primefaces.model.charts.polar that return PolarAreaChartOptions Modifier and Type Method Description PolarAreaChartOptionsPolarAreaChartModel. getOptions()Gets the configuration optionsMethods in org.primefaces.model.charts.polar with parameters of type PolarAreaChartOptions Modifier and Type Method Description voidPolarAreaChartModel. setOptions(PolarAreaChartOptions options)Sets the configuration optionsConstructors in org.primefaces.model.charts.polar with parameters of type PolarAreaChartOptions Constructor Description PolarAreaChartModel(ChartData data, PolarAreaChartOptions options)
-