Package ilcd
Class Graphic

Public Method eraseAnimationImageArea

static void eraseAnimationImageArea(int animLoc)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
animLoc 0 ... 7 index of the animation control

Erases the area covered by the complete animated image.

Note

Example

Graphic.eraseAnimationImageArea(2);

Erases the area on the screen covered by the complete animation 2 referenced by the animation control.

See also:

Graphic.eraseAnimationFrameArea(int)