Package chunmap.app.tools.navigate

Examples of chunmap.app.tools.navigate.PanTool


  public OperateManager(MapCtrl mapBox,Component component) {
    plugs = new ArrayList<Tool>();
    this.mapBox = mapBox;
    commandManager=new CommandStack();
    addPlug(new PanTool());
    addPlug(new ZoomTool());
   
    ComponentUtils.bindEvent(this, component);
  }
View Full Code Here

TOP

Related Classes of chunmap.app.tools.navigate.PanTool

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.