public static class

PVRTexture.PVRTextureHeader

extends Object
java.lang.Object
   ↳ org.andengine.opengl.texture.compressed.pvr.PVRTexture.PVRTextureHeader

Summary

Constants
int SIZE
Public Constructors
PVRTexture.PVRTextureHeader(byte[] pData)
Public Methods
int getBitmaskAlpha()
int getBitmaskBlue()
int getBitmaskGreen()
int getBitmaskRed()
int getBitsPerPixel()
int getDataLength()
int getFlags()
int getHeight()
int getNumMipmaps()
int getPVRTag()
PVRTexture.PVRTextureFormat getPVRTextureFormat()
int getWidth()
boolean hasAlpha()
int headerLength()
int numSurfs()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int SIZE

Constant Value: 52 (0x00000034)

Public Constructors

public PVRTexture.PVRTextureHeader (byte[] pData)

Public Methods

public int getBitmaskAlpha ()

public int getBitmaskBlue ()

public int getBitmaskGreen ()

public int getBitmaskRed ()

public int getBitsPerPixel ()

public int getDataLength ()

public int getFlags ()

public int getHeight ()

public int getNumMipmaps ()

public int getPVRTag ()

public PVRTexture.PVRTextureFormat getPVRTextureFormat ()

public int getWidth ()

public boolean hasAlpha ()

public int headerLength ()

public int numSurfs ()