org.gnu.pango
public class Underline extends Enum
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may exist in java-gnome 4.0; look out for
org.gnome.pango.Underline
.
As this package was never fully implemented in java-gnome 2.x,
however, any new code written will have a considerably different
public API.
Field Summary | |
---|---|
static Underline | DOUBLE a double underline should be drawn. |
static Underline | ERROR |
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) |
Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
a single underline should be drawn at a position beneath the ink extents of the text being underlined. This should be used only for underlining single characters, such as for keyboard accelerators. SINGLE should be used for extended portions of text.