com.googlecode.wickedcharts.highcharts.options
Class Background

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

Field Summary
static Background DEFAULT_BACKGROUND
           
 
Constructor Summary
Background()
           
 
Method Summary
 ColorReference getBackgroundColor()
           
 ColorReference getBorderColor()
           
 Integer getBorderWidth()
           
 PixelOrPercent getInnerRadius()
           
 Integer getInnerWidth()
           
 PixelOrPercent getOuterRadius()
           
 Integer getOuterWidth()
           
 Background setBackgroundColor(ColorReference backgroundColor)
           
 Background setBorderColor(ColorReference borderColor)
           
 Background setBorderWidth(Integer borderWidth)
           
 Background setInnerRadius(PixelOrPercent innerRadius)
           
 Background setInnerWidth(Integer innerWidth)
           
 Background setOuterRadius(PixelOrPercent outerRadius)
           
 Background setOuterWidth(Integer outerWidth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_BACKGROUND

public static final Background DEFAULT_BACKGROUND
Constructor Detail

Background

public Background()
Method Detail

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.