Examples of panTo()


Examples of de.fhpotsdam.unfolding.UnfoldingMap.panTo()

  }

  public UnfoldingMap createMap(int x, int y, int mapWidth, int mapHeight) {
    UnfoldingMap map = new UnfoldingMap(this, x, y, mapWidth, mapHeight);
    map.zoomToLevel(2);
    map.panTo(usaCenter);
    return map;
  }
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.