Package zombie.worldMap
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 intgetMaxX()intgetMaxY()intgetMinX()intgetMinY()static WorldMapImagesgetOrCreate(java.lang.String string)ImagePyramidgetPyramid()floatgetResolution()intgetZoom(float float1)static voidReset()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
-
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()
-