public class Options
extends java.lang.Object
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSeries(java.util.List<Series> series) |
void |
addxAxis(XAxis xAxis) |
void |
addyAxis(YAxis yAxis) |
BasicChart |
getChart() |
Credits |
getCredits() |
Legend |
getLegend() |
java.util.List<Series> |
getSeries() |
ChartTitle |
getTitle() |
java.util.List<XAxis> |
getxAxis() |
java.util.List<YAxis> |
getyAxis() |
void |
setChart(BasicChart chart) |
void |
setCredits(Credits credits) |
void |
setLegend(Legend legend) |
void |
setSeries(java.util.List<Series> series) |
void |
setTitle(ChartTitle title) |
void |
setxAxes(java.util.List<XAxis> xAxes) |
void |
setyAxes(java.util.List<YAxis> yAxes) |
public BasicChart getChart()
public void setChart(BasicChart chart)
chart - the chart to setpublic ChartTitle getTitle()
public void setTitle(ChartTitle title)
title - the title to setpublic java.util.List<Series> getSeries()
public void setSeries(java.util.List<Series> series)
series - the series to setpublic void addSeries(java.util.List<Series> series)
series - the series to addpublic java.util.List<XAxis> getxAxis()
public void setxAxes(java.util.List<XAxis> xAxes)
xAxis - the xAxis to setpublic void addxAxis(XAxis xAxis)
xAxis - the xAxis to addpublic java.util.List<YAxis> getyAxis()
public void setyAxes(java.util.List<YAxis> yAxes)
yAxis - the yAxis to setpublic void addyAxis(YAxis yAxis)
xAxis - the xAxis to addpublic Credits getCredits()
public void setCredits(Credits credits)
credits - the credits to setpublic Legend getLegend()
public void setLegend(Legend legend)
legend - the legend to setCopyright © 2014. All Rights Reserved.