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
- By default, the animation area is filled with the current background color. If any background was assigned to the animation control however, the animation area is restored to the assigned background (refer to Graphic.setAnimationBackgroundColor(int, int), Graphic.setAnimationBackgroundFrame(int, int), Graphic.setAnimationBackgroundGraphic(int, int, int, int) or Graphic.setAnimationBackgroundScreen(int, int, int, int)).
Graphic.eraseAnimationImageArea(2);
Erases the area on the screen covered by the complete animation 2 referenced by the animation control.
See also:
Copyright © demmel products gmbh. All rights reserved.