public class ElementsRectangle extends Object implements Serializable
| Constructor and Description | 
|---|
| ElementsRectangle() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | encode()Write the rectangle options of Elements | 
| String | getBackgroundColor()Gets the backgroundColor | 
| String | getBorderColor()Gets the borderColor | 
| String | getBorderSkipped()Gets the borderSkipped | 
| Number | getBorderWidth()Gets the borderWidth | 
| void | setBackgroundColor(String backgroundColor)Sets the backgroundColor | 
| void | setBorderColor(String borderColor)Sets the borderColor | 
| void | setBorderSkipped(String borderSkipped)Sets the borderSkipped | 
| void | setBorderWidth(Number borderWidth)Sets the borderWidth | 
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
backgroundColor - Bar fill color.public Number getBorderWidth()
public void setBorderWidth(Number borderWidth)
borderWidth - Bar stroke width.public String getBorderColor()
public void setBorderColor(String borderColor)
borderColor - Bar stroke color.public String getBorderSkipped()
public void setBorderSkipped(String borderSkipped)
borderSkipped - Skipped (excluded) border: 'bottom', 'left', 'top' or 'right'.public String encode() throws IOException
IOException - If an I/O error occursCopyright © 2020. All rights reserved.