org.gnu.pango
Class Underline
public class Underline
extends Enum
The PangoUnderline enumeration is used to specify whether text should be
underlined, and if so, the type of underlining.
static Underline | DOUBLE - a double underline should be drawn.
|
static Underline | ERROR
|
static Underline | LOW - 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.
|
static Underline | NONE - no underline should be drawn.
|
static Underline | SINGLE - a single underline should be drawn.
|
DOUBLE
public static final Underline DOUBLE
a double underline should be drawn.
LOW
public static final Underline LOW
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.
NONE
public static final Underline NONE
no underline should be drawn.
SINGLE
public static final Underline SINGLE
a single underline should be drawn.
intern
public static Underline intern(int value)