public class ElementsArc extends Object implements Serializable
Constructor and Description |
---|
ElementsArc() |
Modifier and Type | Method and Description |
---|---|
String |
encode()
Write the arc options of Elements
|
String |
getBackgroundColor()
Gets the backgroundColor
|
String |
getBorderColor()
Gets the borderColor
|
Number |
getBorderWidth()
Gets the borderWidth
|
void |
setBackgroundColor(String backgroundColor)
Sets the backgroundColor
|
void |
setBorderColor(String borderColor)
Sets the borderColor
|
void |
setBorderWidth(Number borderWidth)
Sets the borderWidth
|
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
backgroundColor
- Arc fill color.public String getBorderColor()
public void setBorderColor(String borderColor)
borderColor
- Arc stroke color.public Number getBorderWidth()
public void setBorderWidth(Number borderWidth)
borderWidth
- Arc stroke width.public String encode() throws IOException
IOException
- if writer is nullCopyright © 2018. All rights reserved.