Class RadialLinearAngleLines
java.lang.Object
org.primefaces.model.charts.axes.radial.linear.RadialLinearAngleLines
- All Implemented Interfaces:
Serializable
Used to configure angled lines that radiate from the center of the chart to the point labels.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencode()Write the options of angled lines on radial linear typegetColor()Gets the colorGets the lineWidthbooleanGets the displayvoidSets the colorvoidsetDisplay(boolean display) Sets the displayvoidsetLineWidth(Number lineWidth) Sets the lineWidth
-
Constructor Details
-
RadialLinearAngleLines
public RadialLinearAngleLines()
-
-
Method Details
-
isDisplay
public boolean isDisplay()Gets the display- Returns:
- display
-
setDisplay
public void setDisplay(boolean display) Sets the display- Parameters:
display- if true, angle lines are shown
-
getColor
Gets the color- Returns:
- color
-
setColor
Sets the color- Parameters:
color- Color of angled lines
-
getLineWidth
Gets the lineWidth- Returns:
- lineWidth
-
setLineWidth
Sets the lineWidth- Parameters:
lineWidth- Width of angled lines
-
encode
Write the options of angled lines on radial linear type- Returns:
- options as JSON object
- Throws:
IOException- If an I/O error occurs
-