|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.pango.Underline
public final class Underline
Constants specifying the type of underlining to be used in a given span of text.
Field Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |