com.googlecode.wickedcharts.highcharts.options
Class PlotOptionsChoice
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
- All Implemented Interfaces:
- Serializable
public class PlotOptionsChoice
- extends Object
- implements Serializable
Defines a choice between on or more PlotOptions
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#plotOptions,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlotOptionsChoice
public PlotOptionsChoice()
getArea
public PlotOptions getArea()
getAreaspline
public PlotOptions getAreaspline()
getBar
public PlotOptions getBar()
getCandleStick
public PlotOptions getCandleStick()
getColumn
public PlotOptions getColumn()
getLine
public PlotOptions getLine()
getPie
public PlotOptions getPie()
getScatter
public PlotOptions getScatter()
getSeries
public PlotOptions getSeries()
getSpline
public PlotOptions getSpline()
setArea
public PlotOptionsChoice setArea(PlotOptions area)
setAreaspline
public PlotOptionsChoice setAreaspline(PlotOptions areaspline)
setBar
public PlotOptionsChoice setBar(PlotOptions bar)
setCandleStick
public PlotOptionsChoice setCandleStick(PlotOptions candleStick)
setColumn
public PlotOptionsChoice setColumn(PlotOptions column)
setLine
public PlotOptionsChoice setLine(PlotOptions line)
setPie
public PlotOptionsChoice setPie(PlotOptions pie)
setScatter
public PlotOptionsChoice setScatter(PlotOptions scatter)
setSeries
public PlotOptionsChoice setSeries(PlotOptions series)
setSpline
public PlotOptionsChoice setSpline(PlotOptions spline)
setColumnrange
public PlotOptionsChoice setColumnrange(PlotOptions columnrange)
getColumnrange
public PlotOptions getColumnrange()
setGauge
public PlotOptionsChoice setGauge(PlotOptions gauge)
getGauge
public PlotOptions getGauge()
getPlotOptions
public PlotOptions getPlotOptions(SeriesType type)
setPlotOptions
public PlotOptionsChoice setPlotOptions(PlotOptions plotOptions,
SeriesType type)
Copyright © 2013. All Rights Reserved.