static void setGraphicOffset(int offset)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Range | Description |
---|---|---|
offset | 0 ... max. graphic index - 1 | offset of the graphic index |
Sets an offset for the graphic index (see Graphic.displayLocalGraphic(int)).
Note
Example
Extra.setGraphicOffset(10);
Graphic.displayLocalGraphic(1);
Sets the graphic offset to 10. The subsequently called method to draw the graphic with index 1 will now use the graphic with index 11 instead.
See also:
Graphic.displayLocalGraphic(int)
Graphic.eraseAnimationFrameArea(int)
Graphic.loadAnimatedGraphics(int, int)
Control.setTextGraphicOrientation(int)
General.resetAll()
Extra.setMessageOffset(int)
Extra.setFontOffset(int)
Copyright © demmel products gmbh. All rights reserved.