Package ch.sahits.game.openpatrician.model.building

Examples of ch.sahits.game.openpatrician.model.building.ELevel


      y += positions.lineHeight;

      drawRow(g2d, y, positions.xNumbers, String.valueOf(storage.getGuardCostsPerDay()));
      y += positions.lineHeight;
     
      ELevel security = storage.getSecurityLevel(); // TODO externalize
      drawRow(g2d, y, positions.xNumbers, security.name());

    } catch (FontFormatException e) {
      e.printStackTrace();
    } catch (IOException e) {
      e.printStackTrace();
View Full Code Here

TOP

Related Classes of ch.sahits.game.openpatrician.model.building.ELevel

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.