public class SeriesOptions extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
fill |
String |
fillColor |
int |
lineWidth |
boolean |
show |
Constructor and Description |
---|
SeriesOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getFill() |
String |
getFillColor() |
int |
getLineWidth() |
boolean |
getShow() |
void |
setFill(boolean fill) |
void |
setFillColor(String fillColor) |
void |
setLineWidth(int lineWidth) |
void |
setShow(boolean show) |
public boolean show
public boolean fill
public int lineWidth
public String fillColor
public boolean getFill()
public void setFill(boolean fill)
public boolean getShow()
public void setShow(boolean show)
public int getLineWidth()
public void setLineWidth(int lineWidth)
public String getFillColor()
public void setFillColor(String fillColor)
Copyright © 2016 Apache Software Foundation. All Rights Reserved.