public final class Underline
extends org.freedesktop.bindings.Constant
Modifier and Type | Field and Description |
---|---|
static Underline |
DOUBLE
A double underline stroke below the text.
|
static Underline |
ERROR
The squiggly underline typically used to note spelling mistakes or
compile errors.
|
static Underline |
LOW
An interesting special case of single underlining, provide an underline
decoration that is absolutely below and clear of the bottom edge of the
drawn glyphs.
|
static Underline |
NONE
No underline.
|
static Underline |
SINGLE
A single horizontal underline stroke below the text.
|
public static final Underline DOUBLE
public static final Underline ERROR
public static final Underline LOW
Note that this is not to be applied for extended spans of text.
Use SINGLE
for normal single underlining.
public static final Underline NONE
public static final Underline SINGLE