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

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

Methods in org.moxieapps.gwt.highcharts.client that return Exporting
 Exporting Exporting.setContextButton(ContextButton contextButton)
          Convenience method for directly setting the options for the context button.
 Exporting Exporting.setEnabled(boolean enabled)
          Convenience method for setting the 'enabled' option for the exporting module.
 Exporting Exporting.setFilename(String fileName)
          Convenience method for setting the 'filename' option for the exporting module.
 Exporting Exporting.setScale(Number scale)
          Convenience method for setting the 'scale' option for exporting module.
 Exporting Exporting.setSourceHeight(Number sourceHeight)
          Convenience method for setting the 'sourceHeight' option for the exporting module.
 Exporting Exporting.setSourceWidth(Number sourceWidth)
          Convenience method for setting the 'sourceWidth' option for the exporting module.
 Exporting Exporting.setType(Exporting.Type type)
          Convenience method for setting the 'type' option for the exporting module.
 Exporting Exporting.setUrl(String url)
          Convenience method for setting the 'url' option for the exporting module.
 Exporting Exporting.setWidth(Number width)
          Convenience method for setting the 'width' option for the exporting module.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type Exporting
 T BaseChart.setExporting(Exporting exporting)
          Convenience method for setting the 'exporting' options of the chart.
 



Copyright © 2015. All Rights Reserved.