graphics
Class TextureReader.Texture

java.lang.Object
  extended by graphics.TextureReader.Texture
Enclosing class:
TextureReader

public static class TextureReader.Texture
extends Object


Field Summary
private  int height
           
private  ByteBuffer pixels
           
private  int width
           
 
Constructor Summary
TextureReader.Texture(ByteBuffer pixels, int width, int height)
           
 
Method Summary
 int getHeight()
           
 ByteBuffer getPixels()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pixels

private ByteBuffer pixels

width

private int width

height

private int height
Constructor Detail

TextureReader.Texture

public TextureReader.Texture(ByteBuffer pixels,
                             int width,
                             int height)
Method Detail

getHeight

public int getHeight()

getPixels

public ByteBuffer getPixels()

getWidth

public int getWidth()