org.gnu.pango
Class Underline

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.pango.Underline

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.

public class Underline
extends org.gnu.glib.Enum

The PangoUnderline enumeration is used to specify whether text should be underlined, and if so, the type of underlining.


Field Summary
static Underline DOUBLE
          Deprecated. a double underline should be drawn.
static Underline ERROR
          Deprecated.  
static Underline LOW
          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.
static Underline NONE
          Deprecated. no underline should be drawn.
static Underline SINGLE
          Deprecated. a single underline should be drawn.
 
Method Summary
 Underline and(Underline other)
          Deprecated.  
static Underline intern(int value)
          Deprecated.  
 Underline or(Underline other)
          Deprecated.  
 boolean test(Underline other)
          Deprecated.  
 Underline xor(Underline other)
          Deprecated.  
 
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

NONE

public static final Underline NONE
Deprecated. 
no underline should be drawn.


SINGLE

public static final Underline SINGLE
Deprecated. 
a single underline should be drawn.


DOUBLE

public static final Underline DOUBLE
Deprecated. 
a double underline should be drawn.


LOW

public static final Underline LOW
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.


ERROR

public static final Underline ERROR
Deprecated. 
Method Detail

intern

public static Underline intern(int value)
Deprecated. 

or

public Underline or(Underline other)
Deprecated. 

and

public Underline and(Underline other)
Deprecated. 

xor

public Underline xor(Underline other)
Deprecated. 

test

public boolean test(Underline other)
Deprecated.