Package ilcd
Class Extra

Public Method setGraphicNameSuffix

static void setGraphicNameSuffix(String suffix)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
suffix up to 4 ASCII chars (0x01 .. 0xFF) string to be suffix

Sets a suffix of case-sensitive string characters, which will be put after any subsequently sent graphic name (see Graphic.displayLocalGraphic(int)).

Note


Example

Extra.setGraphicNameSuffix("_en");

Set the graphic name suffix to "_en" and will subsequently only use graphics that end with these characters.

See also:

Graphic.displayLocalGraphic(int)
Graphic.loadAnimatedGraphics(int, int)
Extra.setGraphicOffset(int)
Extra.setGraphicNamePrefix(String)
Extra.setMessageNameSuffix(String)
Extra.setFontNameSuffix(String)