public class RadialLinearPointLabels extends Object implements Serializable
| Constructor and Description | 
|---|
| RadialLinearPointLabels() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | encode()Write the options of point labels on radial linear type | 
| Object | getFontColor()Gets the fontColor | 
| String | getFontFamily()Gets the fontFamily | 
| Number | getFontSize()Gets the fontSize | 
| String | getFontStyle()Gets the fontStyle | 
| void | setFontColor(Object fontColor)Sets the fontColor | 
| void | setFontFamily(String fontFamily)Sets the fontFamily | 
| void | setFontSize(Number fontSize)Sets the fontSize | 
| void | setFontStyle(String fontStyle)Sets the fontStyle | 
public Object getFontColor()
public void setFontColor(Object fontColor)
fontColor - Font color for point labels.public String getFontFamily()
public void setFontFamily(String fontFamily)
fontFamily - Font family to use when rendering labels.public Number getFontSize()
public void setFontSize(Number fontSize)
fontSize - font size in pixelspublic String getFontStyle()
public void setFontStyle(String fontStyle)
fontStyle - Font style to use when rendering point labels.public String encode() throws IOException
IOException - If an I/O error occursCopyright © 2020. All rights reserved.