public class

FillBitmapTextureAtlasSourceDecorator

extends BaseShapeBitmapTextureAtlasSourceDecorator
java.lang.Object
   ↳ org.andengine.opengl.texture.atlas.source.BaseTextureAtlasSource
     ↳ org.andengine.opengl.texture.atlas.bitmap.source.decorator.BaseBitmapTextureAtlasSourceDecorator
       ↳ org.andengine.opengl.texture.atlas.bitmap.source.decorator.BaseShapeBitmapTextureAtlasSourceDecorator
         ↳ org.andengine.opengl.texture.atlas.bitmap.source.decorator.FillBitmapTextureAtlasSourceDecorator

Class Overview

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

Summary

Fields
protected final int mFillColor
[Expand]
Inherited Fields
From class org.andengine.opengl.texture.atlas.bitmap.source.decorator.BaseShapeBitmapTextureAtlasSourceDecorator
From class org.andengine.opengl.texture.atlas.bitmap.source.decorator.BaseBitmapTextureAtlasSourceDecorator
From class org.andengine.opengl.texture.atlas.source.BaseTextureAtlasSource
Public Constructors
FillBitmapTextureAtlasSourceDecorator(IBitmapTextureAtlasSource pBitmapTextureAtlasSource, IBitmapTextureAtlasSourceDecoratorShape pBitmapTextureAtlasSourceDecoratorShape, int pFillColor)
FillBitmapTextureAtlasSourceDecorator(IBitmapTextureAtlasSource pBitmapTextureAtlasSource, IBitmapTextureAtlasSourceDecoratorShape pBitmapTextureAtlasSourceDecoratorShape, int pFillColor, BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions pTextureAtlasSourceDecoratorOptions)
Public Methods
FillBitmapTextureAtlasSourceDecorator deepCopy()
[Expand]
Inherited Methods
From class org.andengine.opengl.texture.atlas.bitmap.source.decorator.BaseShapeBitmapTextureAtlasSourceDecorator
From class org.andengine.opengl.texture.atlas.bitmap.source.decorator.BaseBitmapTextureAtlasSourceDecorator
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 int mFillColor

Public Constructors

public FillBitmapTextureAtlasSourceDecorator (IBitmapTextureAtlasSource pBitmapTextureAtlasSource, IBitmapTextureAtlasSourceDecoratorShape pBitmapTextureAtlasSourceDecoratorShape, int pFillColor)

public FillBitmapTextureAtlasSourceDecorator (IBitmapTextureAtlasSource pBitmapTextureAtlasSource, IBitmapTextureAtlasSourceDecoratorShape pBitmapTextureAtlasSourceDecoratorShape, int pFillColor, BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions pTextureAtlasSourceDecoratorOptions)

Public Methods