Package ilcd
Class Attribute
Public Method setTransparentModeEnabled
static void setTransparentModeEnabled(boolean enabled)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter |
Range |
Description |
enabled |
false ... true |
determines whether transparent mode is on (true) or off (false) |
Activates or deactivates transparent mode for text outputs.
Note
- Normally, drawing text will fill the background of the character with the current background color. With transparent mode on, it is possible to output text over an existing graphic.
- This method will not affect graphics with transparencies, these are always displayed transparent.
- The default value for enabled is false (transparent mode off). It will be automatically set to default on startup and by the methods General.resetAll() or General.rebootPanelController().
Attribute.setTransparentModeEnabled(true);
From now on, text output will be transparent.
See also:
Copyright © demmel products gmbh. All rights reserved.