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

Example

Attribute.setTransparentModeEnabled(true);

From now on, text output will be transparent.

See also:

Attribute.setFont(int)
Draw.writeText(String)