com.googlecode.wickedcharts.highcharts.options
Class ChartOptions

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.ChartOptions
All Implemented Interfaces:
Serializable

public class ChartOptions
extends Object
implements Serializable

Defines the configuration of the "chart" option.

Author:
Tom Hombergs (tom.hombergs@gmail.com)
See Also:
http://api.highcharts.com/highcharts#chart, Serialized Form

Constructor Summary
ChartOptions()
           
ChartOptions(SeriesType chartType)
           
 
Method Summary
 Boolean getAlignTicks()
           
 Boolean getAnimation()
           
 ColorReference getBackgroundColor()
           
 ColorReference getBorderColor()
           
 Integer getBorderRadius()
           
 Integer getBorderWidth()
           
 String getClassName()
           
 SeriesType getDefaultSeriesType()
           
 Events getEvents()
           
 Integer getHeight()
           
 Boolean getIgnoreHiddenSeries()
           
 Boolean getInverted()
           
 List<Integer> getMargin()
           
 Integer getMarginBottom()
           
 Integer getMarginLeft()
           
 Integer getMarginRight()
           
 Integer getMarginTop()
           
 ColorReference getPlotBackgroundColor()
           
 String getPlotBackgroundImage()
           
 ColorReference getPlotBorderColor()
           
 Integer getPlotBorderWidth()
           
 Boolean getPlotShadow()
           
 Boolean getPolar()
           
 Boolean getReflow()
           
 String getRenderTo()
           
 Boolean getShadow()
           
 Boolean getShowAxes()
           
 Integer getSpacingBottom()
           
 Integer getSpacingLeft()
           
 Integer getSpacingRight()
           
 Integer getSpacingTop()
           
 CssStyle getStyle()
           
 SeriesType getType()
           
 Integer getWidth()
           
 ZoomType getZoomType()
           
 ChartOptions setAlignTicks(Boolean alignTicks)
           
 ChartOptions setAnimation(Boolean animation)
           
 ChartOptions setBackgroundColor(Color color)
           
 ChartOptions setBackgroundColor(ColorReference backgroundColor)
           
 ChartOptions setBorderColor(Color color)
           
 ChartOptions setBorderColor(ColorReference borderColor)
           
 ChartOptions setBorderRadius(Integer borderRadius)
           
 ChartOptions setBorderWidth(Integer borderWidth)
           
 ChartOptions setClassName(String className)
           
 ChartOptions setDefaultSeriesType(SeriesType defaultSeriesType)
           
 ChartOptions setEvents(Events events)
           
 ChartOptions setHeight(Integer height)
           
 ChartOptions setIgnoreHiddenSeries(Boolean ignoreHiddenSeries)
           
 ChartOptions setInverted(Boolean inverted)
           
 ChartOptions setMargin(List<Integer> margin)
           
 ChartOptions setMarginBottom(Integer marginBottom)
           
 ChartOptions setMarginLeft(Integer marginLeft)
           
 ChartOptions setMarginRight(Integer marginRight)
           
 ChartOptions setMarginTop(Integer marginTop)
           
 ChartOptions setPlotBackgroundColor(Color color)
           
 ChartOptions setPlotBackgroundColor(ColorReference plotBackgroundColor)
           
 ChartOptions setPlotBackgroundImage(String plotBackgroundImage)
           
 ChartOptions setPlotBorderColor(Color color)
           
 ChartOptions setPlotBorderColor(ColorReference plotBorderColor)
           
 ChartOptions setPlotBorderWidth(Integer plotBorderWidth)
           
 ChartOptions setPlotShadow(Boolean plotShadow)
           
 ChartOptions setPolar(Boolean polar)
           
 ChartOptions setReflow(Boolean reflow)
           
 ChartOptions setRenderTo(String renderTo)
           
 ChartOptions setShadow(Boolean shadow)
           
 ChartOptions setShowAxes(Boolean showAxes)
           
 ChartOptions setSpacingBottom(Integer spacingBottom)
           
 ChartOptions setSpacingLeft(Integer spacingLeft)
           
 ChartOptions setSpacingRight(Integer spacingRight)
           
 ChartOptions setSpacingTop(Integer spacingTop)
           
 ChartOptions setStyle(CssStyle style)
           
 ChartOptions setType(SeriesType type)
           
 ChartOptions setWidth(Integer width)
           
 ChartOptions setZoomType(ZoomType zoomType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartOptions

public ChartOptions()

ChartOptions

public ChartOptions(SeriesType chartType)
Method Detail

getAlignTicks

public Boolean getAlignTicks()

getAnimation

public Boolean getAnimation()

getBackgroundColor

public ColorReference getBackgroundColor()

getBorderColor

public ColorReference getBorderColor()

getBorderRadius

public Integer getBorderRadius()

getBorderWidth

public Integer getBorderWidth()

getClassName

public String getClassName()

getDefaultSeriesType

public SeriesType getDefaultSeriesType()

getHeight

public Integer getHeight()

getIgnoreHiddenSeries

public Boolean getIgnoreHiddenSeries()

getInverted

public Boolean getInverted()

getMarginTop

public Integer getMarginTop()

getMargin

public List<Integer> getMargin()

getMarginBottom

public Integer getMarginBottom()

getMarginLeft

public Integer getMarginLeft()

getMarginRight

public Integer getMarginRight()

getPlotBackgroundColor

public ColorReference getPlotBackgroundColor()

getPlotBackgroundImage

public String getPlotBackgroundImage()

getPlotBorderColor

public ColorReference getPlotBorderColor()

getPlotBorderWidth

public Integer getPlotBorderWidth()

getPlotShadow

public Boolean getPlotShadow()

getPolar

public Boolean getPolar()

getReflow

public Boolean getReflow()

getRenderTo

public String getRenderTo()

getShadow

public Boolean getShadow()

getShowAxes

public Boolean getShowAxes()

getSpacingBottom

public Integer getSpacingBottom()

getSpacingLeft

public Integer getSpacingLeft()

getSpacingRight

public Integer getSpacingRight()

getSpacingTop

public Integer getSpacingTop()

getStyle

public CssStyle getStyle()

getType

public SeriesType getType()

getWidth

public Integer getWidth()

getZoomType

public ZoomType getZoomType()

setAlignTicks

public ChartOptions setAlignTicks(Boolean alignTicks)

setAnimation

public ChartOptions setAnimation(Boolean animation)

setBackgroundColor

public ChartOptions setBackgroundColor(Color color)

setBackgroundColor

public ChartOptions setBackgroundColor(ColorReference backgroundColor)

setBorderColor

public ChartOptions setBorderColor(Color color)

setBorderColor

public ChartOptions setBorderColor(ColorReference borderColor)

setBorderRadius

public ChartOptions setBorderRadius(Integer borderRadius)

setBorderWidth

public ChartOptions setBorderWidth(Integer borderWidth)

setClassName

public ChartOptions setClassName(String className)

setDefaultSeriesType

public ChartOptions setDefaultSeriesType(SeriesType defaultSeriesType)

setHeight

public ChartOptions setHeight(Integer height)

setIgnoreHiddenSeries

public ChartOptions setIgnoreHiddenSeries(Boolean ignoreHiddenSeries)

setInverted

public ChartOptions setInverted(Boolean inverted)

setMarginTop

public ChartOptions setMarginTop(Integer marginTop)

setMargin

public ChartOptions setMargin(List<Integer> margin)

setMarginBottom

public ChartOptions setMarginBottom(Integer marginBottom)

setMarginLeft

public ChartOptions setMarginLeft(Integer marginLeft)

setMarginRight

public ChartOptions setMarginRight(Integer marginRight)

setPlotBackgroundColor

public ChartOptions setPlotBackgroundColor(Color color)

setPlotBackgroundColor

public ChartOptions setPlotBackgroundColor(ColorReference plotBackgroundColor)

setPlotBackgroundImage

public ChartOptions setPlotBackgroundImage(String plotBackgroundImage)

setPlotBorderColor

public ChartOptions setPlotBorderColor(Color color)

setPlotBorderColor

public ChartOptions setPlotBorderColor(ColorReference plotBorderColor)

setPlotBorderWidth

public ChartOptions setPlotBorderWidth(Integer plotBorderWidth)

setPlotShadow

public ChartOptions setPlotShadow(Boolean plotShadow)

setPolar

public ChartOptions setPolar(Boolean polar)

setReflow

public ChartOptions setReflow(Boolean reflow)

setRenderTo

public ChartOptions setRenderTo(String renderTo)

setShadow

public ChartOptions setShadow(Boolean shadow)

setShowAxes

public ChartOptions setShowAxes(Boolean showAxes)

setSpacingBottom

public ChartOptions setSpacingBottom(Integer spacingBottom)

setSpacingLeft

public ChartOptions setSpacingLeft(Integer spacingLeft)

setSpacingRight

public ChartOptions setSpacingRight(Integer spacingRight)

setSpacingTop

public ChartOptions setSpacingTop(Integer spacingTop)

setStyle

public ChartOptions setStyle(CssStyle style)

setType

public ChartOptions setType(SeriesType type)

setWidth

public ChartOptions setWidth(Integer width)

setZoomType

public ChartOptions setZoomType(ZoomType zoomType)

setEvents

public ChartOptions setEvents(Events events)

getEvents

public Events getEvents()


Copyright © 2013. All Rights Reserved.