needsBitmapData() method

Returns true if the bitmap data has been cached.

Syntax

public boolean needsBitmapData ()

Returns

true if cached data was found, false otherwise

Usage

If so, there is no need to call setBitmapData. If cached data was not found, setBitmapData should be called.