public class

ColorPool

extends GenericPool<T>
java.lang.Object
   ↳ org.andengine.util.adt.pool.GenericPool<T>
     ↳ org.andengine.util.color.ColorPool

Class Overview

(c) Zynga 2011

Summary

Public Constructors
ColorPool()
Protected Methods
Color onAllocatePoolItem()
void onHandleRecycleItem(Color pColor)
[Expand]
Inherited Methods
From class org.andengine.util.adt.pool.GenericPool
From class java.lang.Object

Public Constructors

public ColorPool ()

Protected Methods

protected Color onAllocatePoolItem ()

protected void onHandleRecycleItem (Color pColor)

Parameters
pColor every item passes this method just before it gets recycled.