Package chunmap.view

Examples of chunmap.view.ViewPort


    throw new CMAssert.AssertionEexception("error on cut to tile");
  }

  private void init(int width, int height) {
    View view = new ViewPort(width, height,buffer);
    Painter painter = new Painter(width + buffer, height + buffer);

    map = new Map(view, painter);

    // Load data
View Full Code Here

TOP

Related Classes of chunmap.view.ViewPort

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.