Package ilcd
Class Graphic

Public Method setAnimationCoordinatesToCursorPosition

static void setAnimationCoordinatesToCursorPosition(int animLoc)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

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

Sets the coordinates for an animated graphic stored in the animation control to the current cursor position.

Note

Example

Graphic.setAnimationCoordinatesToCursorPosition(2);

This example sets the coordinates for the graphic referenced with index 2 by the animation control to the current cursor position.

See also:

Graphic.setAnimationCoordinatesToXY(int, int, int)
Graphic.loadAnimatedGraphics(int, int)
Graphic.displayLocalGraphic(int)