Package zombie.popman

Class ZombiePopulationRenderer

java.lang.Object
zombie.popman.ZombiePopulationRenderer

public final class ZombiePopulationRenderer extends Object
  • Constructor Details

    • ZombiePopulationRenderer

      public ZombiePopulationRenderer()
  • Method Details

    • worldToScreenX

      public float worldToScreenX(float x)
    • worldToScreenY

      public float worldToScreenY(float y)
    • uiToWorldX

      public float uiToWorldX(float x)
    • uiToWorldY

      public float uiToWorldY(float y)
    • renderString

      public void renderString(float x, float y, String str, double r, double g, double b, double a)
    • renderRect

      public void renderRect(float x, float y, float w, float h, float r, float g, float b, float a)
    • renderLine

      public void renderLine(float x1, float y1, float x2, float y2, float r, float g, float b, float a)
    • renderCircle

      public void renderCircle(float x, float y, float radius, float r, float g, float b, float a)
    • renderZombie

      public void renderZombie(float x, float y, float r, float g, float b)
    • renderVehicle

      public void renderVehicle(int sqlid, float x, float y, float r, float g, float b)
    • outlineRect

      public void outlineRect(float x, float y, float w, float h, float r, float g, float b, float a)
    • renderCellInfo

      public void renderCellInfo(int cellX, int cellY, int effectivePopulation, int targetPopulation, float lastRepopTime)
    • render

      public void render(UIElement ui, float zoom, float xPos, float yPos)
    • setWallFollowerStart

      public void setWallFollowerStart(int x, int y)
    • setWallFollowerEnd

      public void setWallFollowerEnd(int x, int y)
    • wallFollowerMouseMove

      public void wallFollowerMouseMove(int x, int y)
    • getOptionByName

      public ConfigOption getOptionByName(String name)
    • getOptionCount

      public int getOptionCount()
    • getOptionByIndex

      public ConfigOption getOptionByIndex(int index)
    • setBoolean

      public void setBoolean(String name, boolean value)
    • getBoolean

      public boolean getBoolean(String name)
    • save

      public void save()
    • load

      public void load()