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

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

Methods in org.moxieapps.gwt.highcharts.client that return MapNavigation
 MapNavigation MapNavigation.setButtonOptions(org.moxieapps.gwt.highcharts.client.MapNavigation.ButtonOptions buttonOptions)
          Convenience method for setting the 'buttonOptions' option of the mapNavigation.
 MapNavigation MapNavigation.setEnableButtons(boolean enableButtons)
          Convenience method for setting the 'enableButtons' option of the mapNavigation.
 MapNavigation MapNavigation.setEnabled(boolean enabled)
          Convenience method for setting the 'enabled' option of the mapNavigation.
 MapNavigation MapNavigation.setEnableDoubleClickZoom(boolean enableDoubleClickZoom)
          Convenience method for setting the 'enableDoubleClickZoom' option of the mapNavigation.
 MapNavigation MapNavigation.setEnableDoubleClickZoomTo(boolean enableDoubleClickZoomTo)
          Convenience method for setting the 'enableDoubleClickZoomTo' option of the mapNavigation.
 MapNavigation MapNavigation.setEnableMouseWheelZoom(boolean enableMouseWheelZoom)
          Convenience method for setting the 'enableMouseWheelZoom' option of the mapNavigation.
 MapNavigation MapNavigation.setEnableTouchZoom(boolean enableTouchZoom)
          Convenience method for setting the 'enableTouchZoom' option of the mapNavigation.
 MapNavigation MapNavigation.setZoomInButton(org.moxieapps.gwt.highcharts.client.MapNavigation.ButtonOptions buttonOptions)
          Convenience method for setting the 'zoomIn' button options of the mapNavigation.
 MapNavigation MapNavigation.setZoomOutButton(org.moxieapps.gwt.highcharts.client.MapNavigation.ButtonOptions buttonOptions)
          Convenience method for setting the 'zoomOut' button options of the mapNavigation.
 



Copyright © 2015. All Rights Reserved.