Package com.jme3.texture.plugins.ktx
Class SrTuRoPixelReader
java.lang.Object
com.jme3.texture.plugins.ktx.SrTuRoPixelReader
- All Implemented Interfaces:
 PixelReader
reads the pixels of an image whose origin is the bottom left corner
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintreadPixels(int pixelWidth, int pixelHeight, byte[] pixelData, ByteBuffer buffer, DataInput in)  
- 
Constructor Details
- 
SrTuRoPixelReader
public SrTuRoPixelReader() 
 - 
 - 
Method Details
- 
readPixels
public int readPixels(int pixelWidth, int pixelHeight, byte[] pixelData, ByteBuffer buffer, DataInput in) throws IOException - Specified by:
 readPixelsin interfacePixelReader- Throws:
 IOException
 
 -