public class Options extends Object implements Serializable
public Options addColor(ColorReference color)
public Options addxAxis(Axis xAxis)
setxAxis(Axis) if you want
to define a single axis only.xAxis - the XAxis to add.Options object for chaining.public Options addyAxis(Axis yAxis)
setyAxis(Axis) if you want
to define a single axis only.yAxis - the YAxis to add.Options object for chaining.public void clearSeries()
public void copyFrom(Options template)
public ChartOptions getChart()
public ChartOptions getChartOptions()
public List<? extends ColorReference> getColors()
public CreditOptions getCreditOptions()
public CreditOptions getCredits()
public ExportingOptions getExporting()
public Global getGlobal()
public Labels getLabels()
public Legend getLegend()
public Loading getLoading()
public List<IProcessableOption> getMarkedForProcessing(String processingKey)
IProcessableOptions that were marked by calling
markForProcessing(IProcessableOption) with the given key.processingKey - the key with which the options in questions were marked.IProcessableOptions, or an empty list, if
none were markedpublic Navigation getNavigation()
public Pane getPane()
public PlotOptionsChoice getPlotOptions()
public Axis getSingleXAxis()
public Axis getSingleYAxis()
public Title getSubtitle()
public Title getTitle()
public Tooltip getTooltip()
public void markForProcessing(IProcessableOption option)
public Options setChart(ChartOptions chart)
public Options setChartOptions(ChartOptions chart)
public Options setColors(ColorReference... colors)
public Options setColors(List<ColorReference> colors)
public Options setCreditOptions(CreditOptions credits)
public Options setCredits(CreditOptions credits)
public Options setExporting(ExportingOptions exporting)
public Options setNavigation(Navigation navigation)
public Options setPlotOptions(PlotOptionsChoice plotOptions)
public Options setxAxis(Axis xAxis)
addxAxis(Axis). If there are multiple Axes defined when calling
this method, only the specified axis will be defined afterwards.xAxis - the single xAxis of the chartOptions object for chainingpublic Options setyAxis(Axis yAxis)
addyAxis(Axis). If there are multiple Axes defined when calling
this method, only the specified axis will be defined afterwards.yAxis - the single yAxis of the chartOptions object for chainingCopyright © 2013. All Rights Reserved.