Package org.geomajas.gwt.client.gfx.paintable.mapaddon

Examples of org.geomajas.gwt.client.gfx.paintable.mapaddon.PanButtonCollection


    final String panId = "panBTNCollection";
    final String zoomId = "zoomAddon";
    final String zoomRectId = "zoomRectAddon";

    if (enabled) {
      PanButtonCollection panButtons = new PanButtonCollection(panId, this);
      panButtons.setHorizontalMargin(5);
      panButtons.setVerticalMargin(5);
      registerMapAddon(panButtons);

      ZoomAddon zoomAddon = new ZoomAddon(zoomId, this);
      zoomAddon.setHorizontalMargin(20);
      zoomAddon.setVerticalMargin(65);
View Full Code Here

TOP

Related Classes of org.geomajas.gwt.client.gfx.paintable.mapaddon.PanButtonCollection

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.