Package zombie.core.textures
Class PNGSize
java.lang.Object
zombie.core.textures.PNGSize
public final class PNGSize
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PNGSize()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
width
public int width -
height
public int height
-
-
Constructor Details
-
PNGSize
public PNGSize()
-
-
Method Details
-
readSize
public void readSize(java.lang.String string) -
readSize
public void readSize(java.io.InputStream inputStream) throws java.io.IOException- Throws:
java.io.IOException
-