/**
* Set a new mouse wheel controller on the map. If the zoom on scroll is currently enabled, it will be disabled
* first.
*
* @param controller
* The new mouse wheel controller to be applied on the map.
* @since 1.6.0
*/
@Api
public void setMouseWheelController(MouseWheelHandler controller) {
setZoomOnScrollEnabled(false);
mouseWheelRegistration = graphics.addMouseWheelHandler(controller);
}
MapWidget.java 文件源码
java
阅读 25
收藏 0
点赞 0
评论 0
项目:geomajas-project-client-gwt
作者:
评论列表
文章目录