Class RadialScales
java.lang.Object
org.primefaces.model.charts.axes.AxesScale
org.primefaces.model.charts.axes.radial.RadialScales
- All Implemented Interfaces:
Serializable
Used to provide scales option has radial type
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the angleLinesGets the gridLinesGets the pointLabelsGets the startAnglegetTicks()Gets the ticksvoidsetAngleLines(RadialLinearAngleLines angleLines) Sets the angleLinesvoidsetGridLines(AxesGridLines gridLines) Sets the gridLinesvoidsetPointLabels(RadialLinearPointLabels pointLabels) Sets the pointLabelsvoidsetStartAngle(Number startAngle) Sets the startAnglevoidsetTicks(RadialLinearTicks ticks) Sets the ticksMethods inherited from class org.primefaces.model.charts.axes.AxesScale
getWeight, isDisplay, setDisplay, setWeight
-
Constructor Details
-
RadialScales
public RadialScales()
-
-
Method Details
-
getAngleLines
Gets the angleLines- Returns:
- angleLines
-
setAngleLines
Sets the angleLines- Parameters:
angleLines- theRadialLinearAngleLinesobject
-
getGridLines
Gets the gridLines- Returns:
- gridLines
-
setGridLines
Sets the gridLines- Parameters:
gridLines- theAxesGridLinesobject
-
getPointLabels
Gets the pointLabels- Returns:
- pointLabels
-
setPointLabels
Sets the pointLabels- Parameters:
pointLabels- theRadialLinearPointLabelsobject
-
getTicks
Gets the ticks- Returns:
- ticks
-
setTicks
Sets the ticks- Parameters:
ticks- theRadialLinearTicksobject
-
getStartAngle
Gets the startAngle- Returns:
- startAngle
-
setStartAngle
Sets the startAngle- Parameters:
startAngle- Starting angle to draw arcs for the first item in a dataset.
-