Package ilcd
Class Graphic
Public Method stopBreakAnimation
static void stopBreakAnimation(int animLoc)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter |
Range |
Description |
animLoc |
0 ... 7, 65 |
index of the animation control (65 = all) |
Stops the animation specified via animLoc.
Note
- When the value 65 is passed as animLoc parameter, than all running animations will stop.
- Animations stopped by this method can be restarted via the Graphic.startOrRestartAnimation(int) method exactly where they have been stopped.
- Find general information about animated graphics in class Graphic.
Graphic.stopBreakAnimation(2);
Stops the animation stored under position 2 at its current frame.
See also:
Copyright © demmel products gmbh. All rights reserved.