public class

OutlineBitmapTextureAtlasSourceDecorator

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

Class Overview

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

Summary

Fields
protected final int mOutlineColor
[Expand]
Inherited Fields
From class org.anddev.andengine.opengl.texture.atlas.bitmap.source.decorator.BaseShapeBitmapTextureAtlasSourceDecorator
From class org.anddev.andengine.opengl.texture.atlas.bitmap.source.decorator.BaseBitmapTextureAtlasSourceDecorator
From class org.anddev.andengine.opengl.texture.source.BaseTextureAtlasSource
Public Constructors
OutlineBitmapTextureAtlasSourceDecorator(IBitmapTextureAtlasSource pBitmapTextureAtlasSource, IBitmapTextureAtlasSourceDecoratorShape pBitmapTextureAtlasSourceDecoratorShape, int pOutlineColor)
OutlineBitmapTextureAtlasSourceDecorator(IBitmapTextureAtlasSource pBitmapTextureAtlasSource, IBitmapTextureAtlasSourceDecoratorShape pBitmapTextureAtlasSourceDecoratorShape, int pOutlineColor, BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions pTextureAtlasSourceDecoratorOptions)
Public Methods
OutlineBitmapTextureAtlasSourceDecorator deepCopy()
[Expand]
Inherited Methods
From class org.anddev.andengine.opengl.texture.atlas.bitmap.source.decorator.BaseShapeBitmapTextureAtlasSourceDecorator
From class org.anddev.andengine.opengl.texture.atlas.bitmap.source.decorator.BaseBitmapTextureAtlasSourceDecorator
From class org.anddev.andengine.opengl.texture.source.BaseTextureAtlasSource
From class java.lang.Object
From interface org.anddev.andengine.opengl.texture.atlas.bitmap.source.IBitmapTextureAtlasSource
From interface org.anddev.andengine.opengl.texture.source.ITextureAtlasSource

Fields

protected final int mOutlineColor

Public Constructors

public OutlineBitmapTextureAtlasSourceDecorator (IBitmapTextureAtlasSource pBitmapTextureAtlasSource, IBitmapTextureAtlasSourceDecoratorShape pBitmapTextureAtlasSourceDecoratorShape, int pOutlineColor)

public OutlineBitmapTextureAtlasSourceDecorator (IBitmapTextureAtlasSource pBitmapTextureAtlasSource, IBitmapTextureAtlasSourceDecoratorShape pBitmapTextureAtlasSourceDecoratorShape, int pOutlineColor, BaseBitmapTextureAtlasSourceDecorator.TextureAtlasSourceDecoratorOptions pTextureAtlasSourceDecoratorOptions)

Public Methods