|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.gnu.glib.Enum
|
+--org.gnu.pango.Underline
The PangoUnderline enumeration is used to specify whether text should be underlined, and if so, the type of underlining.
| Field Summary | |
static Underline |
DOUBLE
a double underline should be drawn. |
static Underline |
LOW
a single underline should be drawn at a position beneath the ink extents of the text being underlined. |
static Underline |
NONE
no underline should be drawn. |
static Underline |
SINGLE
a single underline should be drawn. |
| Method Summary | |
Underline |
and(Underline other)
|
static Underline |
intern(int value)
|
Underline |
or(Underline other)
|
boolean |
test(Underline other)
|
Underline |
xor(Underline other)
|
| Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Underline NONE
public static final Underline SINGLE
public static final Underline DOUBLE
public static final Underline LOW
SINGLE should be used for extended portions of text.
| Method Detail |
public static Underline intern(int value)
public Underline or(Underline other)
public Underline and(Underline other)
public Underline xor(Underline other)
public boolean test(Underline other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||