Package ilcd
Class Attribute

Public Method setUnderlineModeEnabled

static void setUnderlineModeEnabled(boolean enabled)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
enabled false ... true text is outputted underlined (true) or not (false)

Activates or deactivates an underline feature for any subsequent text outputs.

Note

Example

Attribute.setUnderlineModeEnabled(true);

Causes every subsequent text to be underlined, until the method is repeated and the parameter enabled is set to false again.

See also:

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