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

Packages that use Pane
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 Pane in org.moxieapps.gwt.highcharts.client
 

Methods in org.moxieapps.gwt.highcharts.client that return Pane
 Pane Pane.setBackground(PaneBackground... paneBackgrounds)
          Convenience method for setting the "background" option of the pane.
 Pane Pane.setCenter(Number centerX, Number centerY)
          Convenience method for setting the "center" option of the pane.
 Pane Pane.setCenter(String centerX, String centerY)
          Convenience method for setting the "center" option of the pane.
 Pane Pane.setEndAngle(Number endAngle)
          Convenience method for setting the 'endAngle' option of the pane.
 Pane Pane.setSize(Number size)
          Convenience method for setting the 'size' option of the pane.
 Pane Pane.setSize(String size)
          Convenience method for setting the 'size' option of the pane.
 Pane Pane.setStartAngle(Number startAngle)
          Convenience method for setting the 'startAngle' option of the pane.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type Pane
 Chart Chart.setPane(Pane pane)
          Convenience method for setting the 'pane' options of the chart, which represents a collection of options that apply only to polar charts and angular gauges.
 



Copyright © 2015. All Rights Reserved.