Class RadarChartModel
java.lang.Object
org.primefaces.model.charts.ChartModel
org.primefaces.model.charts.radar.RadarChartModel
- All Implemented Interfaces:
Serializable
Defines the radar model used to create radar chart component.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()Gets the data to create dataSetsGets the configuration optionsgetType()Gets the typevoidSets the data to create dataSetsvoidsetOptions(RadarChartOptions options) Sets the configuration optionsMethods inherited from class org.primefaces.model.charts.ChartModel
getExtender, setExtender
-
Constructor Details
-
RadarChartModel
public RadarChartModel() -
RadarChartModel
-
-
Method Details
-
getType
Gets the type- Specified by:
getTypein classChartModel- Returns:
- type of current chart
-
getData
Gets the data to create dataSets- Specified by:
getDatain classChartModel- Returns:
- data
-
setData
Sets the data to create dataSets- Parameters:
data- TheChartDataobject
-
getOptions
Gets the configuration options- Specified by:
getOptionsin classChartModel- Returns:
- options
-
setOptions
Sets the configuration options- Parameters:
options- TheRadarChartOptionsobject
-