Package com.jme3.texture.plugins.ktx
Class SrTdRiPixelReader
java.lang.Object
com.jme3.texture.plugins.ktx.SrTdRiPixelReader
- All Implemented Interfaces:
- PixelReader
reads the pixels of an image whose origin is the top left corner
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintreadPixels(int pixelWidth, int pixelHeight, byte[] pixelData, ByteBuffer buffer, DataInput in) 
- 
Constructor Details- 
SrTdRiPixelReaderpublic SrTdRiPixelReader()
 
- 
- 
Method Details- 
readPixelspublic int readPixels(int pixelWidth, int pixelHeight, byte[] pixelData, ByteBuffer buffer, DataInput in) throws IOException - Specified by:
- readPixelsin interface- PixelReader
- Throws:
- IOException
 
 
-