Uses of Class
org.moxieapps.gwt.highcharts.client.PaneBackground

Packages that use PaneBackground
org.moxieapps.gwt.highcharts.client This is the core package of the library, which includes the Chart and StockChart classes which most applications will want to start with when using Highcharts or Highstock visualizations. 
 

Uses of PaneBackground in org.moxieapps.gwt.highcharts.client
 

Methods in org.moxieapps.gwt.highcharts.client that return PaneBackground
 PaneBackground PaneBackground.setBackgroundColor(Color backgroundColor)
          Convenience method for setting the 'backgroundColor' option of the pane's background, allowing for colors with opacity or gradients.
 PaneBackground PaneBackground.setBackgroundColor(String backgroundColor)
          Convenience method for setting the 'backgroundColor' option of the pane's background to an RGB hex value.
 PaneBackground PaneBackground.setBorderColor(Color borderColor)
          Convenience method for setting the 'borderColor' option of the pane's border, allowing for colors with opacity or gradients.
 PaneBackground PaneBackground.setBorderColor(String borderColor)
          Convenience method for setting the 'borderColor' option of the pane's border to an RGB hex value.
 PaneBackground PaneBackground.setBorderWidth(Number borderWidth)
          Convenience method for setting the 'borderWidth' option of the pane's background.
 PaneBackground PaneBackground.setBorderWidth(String borderWidth)
          Convenience method for setting the 'borderWidth' option of the pane's background.
 PaneBackground PaneBackground.setInnerRadius(Number innerRadius)
          Convenience method for setting the 'innerRadius' option of the pane's background.
 PaneBackground PaneBackground.setInnerRadius(String innerRadius)
          Convenience method for setting the 'innerRadius' option of the pane's background.
 PaneBackground PaneBackground.setOuterRadius(Number outerRadius)
          Convenience method for setting the 'outerRadius' option of the pane's background.
 PaneBackground PaneBackground.setOuterRadius(String outerRadius)
          Convenience method for setting the 'outerRadius' option of the pane's background.
 PaneBackground PaneBackground.setShape(PaneBackground.Shape shape)
          Convenience method for setting the 'background' option of the pane.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type PaneBackground
 Pane Pane.setBackground(PaneBackground... paneBackgrounds)
          Convenience method for setting the "background" option of the pane.
 



Copyright © 2015. All Rights Reserved.