Uses of Class
com.esri.map.JMap.MouseWheelZoomDirection

Packages that use JMap.MouseWheelZoomDirection
com.esri.map   
 

Uses of JMap.MouseWheelZoomDirection in com.esri.map
 

Methods in com.esri.map that return JMap.MouseWheelZoomDirection
 JMap.MouseWheelZoomDirection JMap.getMouseWheelZoomDirection()
          Gets the zoom direction when the mouse wheel is moved forwards.
static JMap.MouseWheelZoomDirection JMap.MouseWheelZoomDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JMap.MouseWheelZoomDirection[] JMap.MouseWheelZoomDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.esri.map with parameters of type JMap.MouseWheelZoomDirection
 void JMap.setMouseWheelZoomDirection(JMap.MouseWheelZoomDirection direction)
          Sets the direction of zoom when the mouse wheel is moved forward.
 



Copyright © 2012. All Rights Reserved.