Uses of Class
com.googlecode.wickedcharts.highcharts.options.Background

Packages that use Background
com.googlecode.wickedcharts.highcharts.options   
 

Uses of Background in com.googlecode.wickedcharts.highcharts.options
 

Fields in com.googlecode.wickedcharts.highcharts.options declared as Background
static Background Background.DEFAULT_BACKGROUND
           
 

Methods in com.googlecode.wickedcharts.highcharts.options that return Background
 Background Background.setBackgroundColor(ColorReference backgroundColor)
           
 Background Background.setBorderColor(ColorReference borderColor)
           
 Background Background.setBorderWidth(Integer borderWidth)
           
 Background Background.setInnerRadius(PixelOrPercent innerRadius)
           
 Background Background.setInnerWidth(Integer innerWidth)
           
 Background Background.setOuterRadius(PixelOrPercent outerRadius)
           
 Background Background.setOuterWidth(Integer outerWidth)
           
 

Methods in com.googlecode.wickedcharts.highcharts.options that return types with arguments of type Background
 List<Background> Pane.getBackground()
           
 

Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type Background
 Pane Pane.addBackground(Background background)
           
 

Method parameters in com.googlecode.wickedcharts.highcharts.options with type arguments of type Background
 Pane Pane.setBackground(List<Background> background)
           
 



Copyright © 2013. All Rights Reserved.