Package ilcd
Class Graphic
Public Method eraseAnimationFrameArea
static void eraseAnimationFrameArea(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 current frame of the animated image.
Note
- By default, the frame area is filled with the current background color. If any background was assigned to the animation control however, the frame 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)).
- The area may be smaller than the area of the complete image and the upper left corner of the area to be erased is given by the x/y offset of the frame.
Graphic.eraseAnimationFrameArea(2);
Erases the area on the screen covered by the current frame of animation 2 referenced by the animation control.
See also:
Copyright © demmel products gmbh. All rights reserved.