public abstract class

ETC1Texture

extends Texture
java.lang.Object
   ↳ org.anddev.andengine.opengl.texture.Texture
     ↳ org.anddev.andengine.opengl.texture.compressed.etc1.ETC1Texture

Class Overview

TODO if(!SystemUtils.isAndroidVersionOrHigher(Build.VERSION_CODES.FROYO)) --> Meaningful Exception! (c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Nested Classes
class ETC1Texture.ETC1TextureHeader  
[Expand]
Inherited Fields
From class org.anddev.andengine.opengl.texture.Texture
Public Constructors
ETC1Texture()
ETC1Texture(ITexture.ITextureStateListener pTextureStateListener)
ETC1Texture(TextureOptions pTextureOptions)
ETC1Texture(TextureOptions pTextureOptions, ITexture.ITextureStateListener pTextureStateListener)
Public Methods
int getHeight()
int getWidth()
Protected Methods
abstract InputStream getInputStream()
void writeTextureToHardware(GL10 pGL)
[Expand]
Inherited Methods
From class org.anddev.andengine.opengl.texture.Texture
From class java.lang.Object
From interface org.anddev.andengine.opengl.texture.ITexture

Public Constructors

public ETC1Texture ()

Throws
IOException

public ETC1Texture (ITexture.ITextureStateListener pTextureStateListener)

Throws
IOException

public ETC1Texture (TextureOptions pTextureOptions)

Throws
IOException

public ETC1Texture (TextureOptions pTextureOptions, ITexture.ITextureStateListener pTextureStateListener)

Throws
IOException

Public Methods

public int getHeight ()

public int getWidth ()

Protected Methods

protected abstract InputStream getInputStream ()

Throws
IOException

protected void writeTextureToHardware (GL10 pGL)

Throws
IOException