public abstract class

BaseBitmapTextureAtlasSourceDecorator

extends BaseTextureAtlasSource
implements IBitmapTextureAtlasSource
java.lang.Object
   ↳ org.andengine.opengl.texture.atlas.source.BaseTextureAtlasSource
     ↳ org.andengine.opengl.texture.atlas.bitmap.source.decorator.BaseBitmapTextureAtlasSourceDecorator
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Nested Classes
class BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions  
Fields
protected final IBitmapTextureAtlasSource mBitmapTextureAtlasSource
protected Paint mPaint
protected BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions mTextureAtlasSourceDecoratorOptions
[Expand]
Inherited Fields
From class org.andengine.opengl.texture.atlas.source.BaseTextureAtlasSource
Public Constructors
BaseBitmapTextureAtlasSourceDecorator(IBitmapTextureAtlasSource pBitmapTextureAtlasSource)
BaseBitmapTextureAtlasSourceDecorator(IBitmapTextureAtlasSource pBitmapTextureAtlasSource, BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions pTextureAtlasSourceDecoratorOptions)
Public Methods
abstract BaseBitmapTextureAtlasSourceDecorator deepCopy()
Paint getPaint()
BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions getTextureAtlasSourceDecoratorOptions()
int getTextureHeight()
int getTextureWidth()
Bitmap onLoadBitmap(Bitmap.Config pBitmapConfig)
void setPaint(Paint pPaint)
void setTextureAtlasSourceDecoratorOptions(BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions pTextureAtlasSourceDecoratorOptions)
Protected Methods
abstract void onDecorateBitmap(Canvas pCanvas)
[Expand]
Inherited Methods
From class org.andengine.opengl.texture.atlas.source.BaseTextureAtlasSource
From class java.lang.Object
From interface org.andengine.opengl.texture.atlas.bitmap.source.IBitmapTextureAtlasSource
From interface org.andengine.opengl.texture.atlas.source.ITextureAtlasSource

Fields

protected final IBitmapTextureAtlasSource mBitmapTextureAtlasSource

protected Paint mPaint

protected BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions mTextureAtlasSourceDecoratorOptions

Public Constructors

public BaseBitmapTextureAtlasSourceDecorator (IBitmapTextureAtlasSource pBitmapTextureAtlasSource)

public BaseBitmapTextureAtlasSourceDecorator (IBitmapTextureAtlasSource pBitmapTextureAtlasSource, BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions pTextureAtlasSourceDecoratorOptions)

Public Methods

public abstract BaseBitmapTextureAtlasSourceDecorator deepCopy ()

public Paint getPaint ()

public BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions getTextureAtlasSourceDecoratorOptions ()

public int getTextureHeight ()

public int getTextureWidth ()

public Bitmap onLoadBitmap (Bitmap.Config pBitmapConfig)

public void setPaint (Paint pPaint)

public void setTextureAtlasSourceDecoratorOptions (BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions pTextureAtlasSourceDecoratorOptions)

Protected Methods

protected abstract void onDecorateBitmap (Canvas pCanvas)

Throws
Exception