com.googlecode.wickedcharts.highcharts.options
Class Background
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Background
- All Implemented Interfaces:
- Serializable
public class Background
- extends Object
- implements Serializable
Defines the configuration of the background option.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#pane.background,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_BACKGROUND
public static final Background DEFAULT_BACKGROUND
Background
public Background()
getBackgroundColor
public ColorReference getBackgroundColor()
getBorderColor
public ColorReference getBorderColor()
getBorderWidth
public Integer getBorderWidth()
getInnerWidth
public Integer getInnerWidth()
getOuterWidth
public Integer getOuterWidth()
setBackgroundColor
public Background setBackgroundColor(ColorReference backgroundColor)
setBorderColor
public Background setBorderColor(ColorReference borderColor)
setBorderWidth
public Background setBorderWidth(Integer borderWidth)
setInnerWidth
public Background setInnerWidth(Integer innerWidth)
setOuterWidth
public Background setOuterWidth(Integer outerWidth)
setOuterRadius
public Background setOuterRadius(PixelOrPercent outerRadius)
getOuterRadius
public PixelOrPercent getOuterRadius()
setInnerRadius
public Background setInnerRadius(PixelOrPercent innerRadius)
getInnerRadius
public PixelOrPercent getInnerRadius()
Copyright © 2013. All Rights Reserved.