public class

AssetBitmapTexture

extends BitmapTexture
java.lang.Object
   ↳ org.andengine.opengl.texture.Texture
     ↳ org.andengine.opengl.texture.bitmap.BitmapTexture
       ↳ org.andengine.opengl.texture.bitmap.AssetBitmapTexture

Class Overview

(c) Zynga 2012

Summary

[Expand]
Inherited Constants
From class org.andengine.opengl.texture.Texture
[Expand]
Inherited Fields
From class org.andengine.opengl.texture.Texture
Public Constructors
AssetBitmapTexture(TextureManager pTextureManager, AssetManager pAssetManager, String pAssetPath)
AssetBitmapTexture(TextureManager pTextureManager, AssetManager pAssetManager, String pAssetPath, BitmapTexture.BitmapTextureFormat pBitmapTextureFormat)
AssetBitmapTexture(TextureManager pTextureManager, AssetManager pAssetManager, String pAssetPath, TextureOptions pTextureOptions)
AssetBitmapTexture(TextureManager pTextureManager, AssetManager pAssetManager, String pAssetPath, BitmapTexture.BitmapTextureFormat pBitmapTextureFormat, TextureOptions pTextureOptions)
AssetBitmapTexture(TextureManager pTextureManager, AssetManager pAssetManager, String pAssetPath, BitmapTexture.BitmapTextureFormat pBitmapTextureFormat, TextureOptions pTextureOptions, ITexture.ITextureStateListener pTextureStateListener)
[Expand]
Inherited Methods
From class org.andengine.opengl.texture.bitmap.BitmapTexture
From class org.andengine.opengl.texture.Texture
From class java.lang.Object
From interface org.andengine.opengl.texture.ITexture

Public Constructors

public AssetBitmapTexture (TextureManager pTextureManager, AssetManager pAssetManager, String pAssetPath)

Throws
IOException

public AssetBitmapTexture (TextureManager pTextureManager, AssetManager pAssetManager, String pAssetPath, BitmapTexture.BitmapTextureFormat pBitmapTextureFormat)

Throws
IOException

public AssetBitmapTexture (TextureManager pTextureManager, AssetManager pAssetManager, String pAssetPath, TextureOptions pTextureOptions)

Throws
IOException

public AssetBitmapTexture (TextureManager pTextureManager, AssetManager pAssetManager, String pAssetPath, BitmapTexture.BitmapTextureFormat pBitmapTextureFormat, TextureOptions pTextureOptions)

Throws
IOException

public AssetBitmapTexture (TextureManager pTextureManager, AssetManager pAssetManager, String pAssetPath, BitmapTexture.BitmapTextureFormat pBitmapTextureFormat, TextureOptions pTextureOptions, ITexture.ITextureStateListener pTextureStateListener)

Throws
IOException