public class RadialLinearAngleLines extends Object implements Serializable
| Constructor and Description | 
|---|
| RadialLinearAngleLines() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | encode()Write the options of angled lines on radial linear type | 
| String | getColor()Gets the color | 
| Number | getLineWidth()Gets the lineWidth | 
| boolean | isDisplay()Gets the display | 
| void | setColor(String color)Sets the color | 
| void | setDisplay(boolean display)Sets the display | 
| void | setLineWidth(Number lineWidth)Sets the lineWidth | 
public boolean isDisplay()
public void setDisplay(boolean display)
display - if true, angle lines are shownpublic String getColor()
public void setColor(String color)
color - Color of angled linespublic Number getLineWidth()
public void setLineWidth(Number lineWidth)
lineWidth - Width of angled linespublic String encode() throws IOException
IOException - If an I/O error occursCopyright © 2020. All rights reserved.