MapWidget.java 文件源码

java
阅读 25 收藏 0 点赞 0 评论 0

项目:geomajas-project-client-gwt 作者:
/**
 * 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);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号