Package zombie.core.textures
Class TexturePackPage.SubTextureInfo
java.lang.Object
zombie.core.textures.TexturePackPage.SubTextureInfo
- Enclosing class:
 - TexturePackPage
 
public static class TexturePackPage.SubTextureInfo
extends java.lang.Object
- 
Field Summary
 - 
Constructor Summary
Constructors Constructor Description SubTextureInfo(int x, int y, int w, int h, int ox, int oy, int fx, int fy, java.lang.String name) - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Field Details
- 
w
public int w - 
h
public int h - 
x
public int x - 
y
public int y - 
ox
public int ox - 
oy
public int oy - 
fx
public int fx - 
fy
public int fy - 
name
public java.lang.String name 
 - 
 - 
Constructor Details
- 
SubTextureInfo
public SubTextureInfo(int x, int y, int w, int h, int ox, int oy, int fx, int fy, java.lang.String name) 
 -