Package chunmap.app.tools.navigate

Examples of chunmap.app.tools.navigate.ZoomInBoxTool


    });
   
    UiUtil.addButton(frame,map,"拉框放大",new ActionListener() {
      @Override
      public void actionPerformed(ActionEvent arg0) {
        map.setCurrentPlug(new ZoomInBoxTool());
      }
    });
  }
View Full Code Here

TOP

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

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.