public final class Underline
extends org.freedesktop.bindings.Constant
| Modifier and Type | Field and Description | 
|---|---|
| static Underline | DOUBLEA double underline stroke below the text. | 
| static Underline | ERRORThe squiggly underline typically used to note spelling mistakes or
 compile errors. | 
| static Underline | LOWAn 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 | NONENo underline. | 
| static Underline | SINGLEA 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