Package civquest.swing.quadmap

Examples of civquest.swing.quadmap.PaintInfo


    throws InvalidImageException {

    MapData mapData = Game.getMapData();
    Coordinate scrPos = quadMap.getProperties().adjustArrayCoordToScrolling(unscrPos);
    if (mapData.isOnMap(scrPos)) {
      PaintInfo paintInfo = new PaintInfo(scrPos, unscrPos);
      paintField(paintInfo, buffer, graphics);
    }
  }
View Full Code Here

TOP

Related Classes of civquest.swing.quadmap.PaintInfo

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.