graphics
Class TextureReader.Texture
java.lang.Object
graphics.TextureReader.Texture
- Enclosing class:
- TextureReader
public static class TextureReader.Texture
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pixels
private ByteBuffer pixels
width
private int width
height
private int height
TextureReader.Texture
public TextureReader.Texture(ByteBuffer pixels,
int width,
int height)
getHeight
public int getHeight()
getPixels
public ByteBuffer getPixels()
getWidth
public int getWidth()