com.googlecode.wickedcharts.highcharts.options
Class ChartOptions
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartOptions
public ChartOptions()
ChartOptions
public ChartOptions(SeriesType chartType)
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.