com.googlecode.wickedcharts.highcharts.options
Class PlotOptionsChoice

java.lang.Object
  extended by 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

Constructor Summary
PlotOptionsChoice()
           
 
Method Summary
 PlotOptions getArea()
           
 PlotOptions getAreaspline()
           
 PlotOptions getBar()
           
 PlotOptions getCandleStick()
           
 PlotOptions getColumn()
           
 PlotOptions getColumnrange()
           
 PlotOptions getGauge()
           
 PlotOptions getLine()
           
 PlotOptions getPie()
           
 PlotOptions getPlotOptions(SeriesType type)
           
 PlotOptions getScatter()
           
 PlotOptions getSeries()
           
 PlotOptions getSpline()
           
 PlotOptionsChoice setArea(PlotOptions area)
           
 PlotOptionsChoice setAreaspline(PlotOptions areaspline)
           
 PlotOptionsChoice setBar(PlotOptions bar)
           
 PlotOptionsChoice setCandleStick(PlotOptions candleStick)
           
 PlotOptionsChoice setColumn(PlotOptions column)
           
 PlotOptionsChoice setColumnrange(PlotOptions columnrange)
           
 PlotOptionsChoice setGauge(PlotOptions gauge)
           
 PlotOptionsChoice setLine(PlotOptions line)
           
 PlotOptionsChoice setPie(PlotOptions pie)
           
 PlotOptionsChoice setPlotOptions(PlotOptions plotOptions, SeriesType type)
           
 PlotOptionsChoice setScatter(PlotOptions scatter)
           
 PlotOptionsChoice setSeries(PlotOptions series)
           
 PlotOptionsChoice setSpline(PlotOptions spline)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotOptionsChoice

public PlotOptionsChoice()
Method Detail

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.