static void setInverseModeEnabled(boolean enabled)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Range | Description |
---|---|---|
enabled | false ... true | determines whether inverse mode is on (true) or off (false) |
Sets inverse mode on or off. The inverse mode swaps foreground and background colors.
Note
Example
Attribute.setInverseModeEnabled(true);
The foreground and background colors are swapped.
See also:
Attribute.setBackgroundColor(int)
Attribute.setForegroundColor(int)
Draw.writeText(String)
Draw.drawLine(int, int)
Draw.eraseDisplayArea(int, int)
Copyright © demmel products gmbh. All rights reserved.