public class

ResourceBitmapTexture

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

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
ResourceBitmapTexture(TextureManager pTextureManager, Resources pResources, int pDrawableResourceID)
ResourceBitmapTexture(TextureManager pTextureManager, Resources pResources, int pDrawableResourceID, BitmapTexture.BitmapTextureFormat pBitmapTextureFormat)
ResourceBitmapTexture(TextureManager pTextureManager, Resources pResources, int pDrawableResourceID, TextureOptions pTextureOptions)
ResourceBitmapTexture(TextureManager pTextureManager, Resources pResources, int pDrawableResourceID, BitmapTexture.BitmapTextureFormat pBitmapTextureFormat, TextureOptions pTextureOptions)
ResourceBitmapTexture(TextureManager pTextureManager, Resources pResources, int pDrawableResourceID, 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 ResourceBitmapTexture (TextureManager pTextureManager, Resources pResources, int pDrawableResourceID)

Throws
IOException

public ResourceBitmapTexture (TextureManager pTextureManager, Resources pResources, int pDrawableResourceID, BitmapTexture.BitmapTextureFormat pBitmapTextureFormat)

Throws
IOException

public ResourceBitmapTexture (TextureManager pTextureManager, Resources pResources, int pDrawableResourceID, TextureOptions pTextureOptions)

Throws
IOException

public ResourceBitmapTexture (TextureManager pTextureManager, Resources pResources, int pDrawableResourceID, BitmapTexture.BitmapTextureFormat pBitmapTextureFormat, TextureOptions pTextureOptions)

Throws
IOException

public ResourceBitmapTexture (TextureManager pTextureManager, Resources pResources, int pDrawableResourceID, BitmapTexture.BitmapTextureFormat pBitmapTextureFormat, TextureOptions pTextureOptions, ITexture.ITextureStateListener pTextureStateListener)

Throws
IOException