static void setGraphicNamePrefix(String prefix)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Range | Description |
---|---|---|
prefix | up to 4 ASCII chars (0x01 .. 0xFF) | string to be prefix |
Sets a prefix of case-sensitive string characters, which will be put in front of any subsequently sent graphic name (see Graphic.displayLocalGraphic(int)).
Note
Graphic.displayLocalGraphic("graphic");
Extra.setGraphicNamePrefix("");
Example
Extra.setGraphicNamePrefix("en_");
Set the graphic name prefix to "en_" and will subsequently only set graphics that start with these characters.
See also:
Graphic.displayLocalGraphic(int)
Graphic.loadAnimatedGraphics(int, int)
Extra.setMessageOffset(int)
Extra.setGraphicNameSuffix(String)
Extra.setMessageNamePrefix(String)
Extra.setFontNamePrefix(String)
Copyright © demmel products gmbh. All rights reserved.