Package de.fhpotsdam.unfolding.ui

Examples of de.fhpotsdam.unfolding.ui.CompassUI


    size(800, 600, OPENGL);
    map = new UnfoldingMap(this);
    map.zoomAndPanTo(new Location(52.5f, 13.4f), 10);
//    MapUtils.createDefaultEventDispatcher(this, map);

    compass = new CompassUI(this, map);
  }
View Full Code Here


    map = new UnfoldingMap(this);
    map.zoomAndPanTo(new Location(52.5f, 13.4f), 10);
    MapUtils.createDefaultEventDispatcher(this, map);

    compassImg = loadImage("ui/compass_grey.png");
    compass = new CompassUI(this, map, compassImg, 700, 100);
  }
View Full Code Here

TOP

Related Classes of de.fhpotsdam.unfolding.ui.CompassUI

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.