Class WorldMapImages

java.lang.Object
zombie.worldMap.WorldMapImages

public final class WorldMapImages
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    WorldMapImages()  
  • Method Summary

    Modifier and Type Method Description
    int getMaxX()  
    int getMaxY()  
    int getMinX()  
    int getMinY()  
    static WorldMapImages getOrCreate​(java.lang.String string)  
    ImagePyramid getPyramid()  
    float getResolution()  
    int getZoom​(float float1)  
    static void Reset()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WorldMapImages

      public WorldMapImages()
  • Method Details

    • getOrCreate

      public static WorldMapImages getOrCreate​(java.lang.String string)
    • getPyramid

      public ImagePyramid getPyramid()
    • getMinX

      public int getMinX()
    • getMinY

      public int getMinY()
    • getMaxX

      public int getMaxX()
    • getMaxY

      public int getMaxY()
    • getZoom

      public int getZoom​(float float1)
    • getResolution

      public float getResolution()
    • Reset

      public static void Reset()