Package mapwriter.map

Examples of mapwriter.map.MapRenderer


   
    public MwGui(Mw mw) {
      this.mw = mw;
      this.mapMode = new FullScreenMapMode(mw.config);
      this.mapView = new MapView(this.mw);
      this.map = new MapRenderer(this.mw, this.mapMode, this.mapView);
     
      this.mapView.setDimension(this.mw.miniMap.view.getDimension());
      this.mapView.setViewCentreScaled(this.mw.playerX, this.mw.playerZ, this.mw.playerDimension);
      this.mapView.setZoomLevel(0);
     
View Full Code Here

TOP

Related Classes of mapwriter.map.MapRenderer

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.