public class Series
extends java.lang.Object
| Constructor and Description |
|---|
Series() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getData() |
java.lang.Integer |
getLineWidth() |
Marker |
getMarker() |
java.lang.String |
getName() |
java.lang.String |
getType() |
void |
setData(java.util.List<java.lang.Object> data) |
void |
setLineWidth(java.lang.Integer lineWidth) |
void |
setMarker(Marker marker) |
void |
setName(java.lang.String name) |
void |
setType(SeriesType type) |
public Marker getMarker()
public void setMarker(Marker marker)
marker - the marker to setpublic java.lang.Integer getLineWidth()
public void setLineWidth(java.lang.Integer lineWidth)
lineWidth - the lineWidth to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic java.util.List<java.lang.Object> getData()
public void setData(java.util.List<java.lang.Object> data)
data - the data to setpublic java.lang.String getType()
public void setType(SeriesType type)
type - the type to setCopyright © 2014. All Rights Reserved.