render
Class TextureReader.OTexture

java.lang.Object
  extended byrender.TextureReader.OTexture
Enclosing class:
TextureReader

public static class TextureReader.OTexture
extends java.lang.Object


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

Constructor Detail

TextureReader.OTexture

public TextureReader.OTexture(java.nio.ByteBuffer pixels,
                              int width,
                              int height)
Method Detail

getHeight

public int getHeight()

getPixels

public java.nio.ByteBuffer getPixels()

getWidth

public int getWidth()