Uses of Class
org.gnu.pango.Underline

Packages that use Underline
org.gnu.gtk   
org.gnu.pango   
 

Uses of Underline in org.gnu.gtk
 

Methods in org.gnu.gtk that return Underline
 Underline TextAppearance.getUnderline()
           
 

Methods in org.gnu.gtk with parameters of type Underline
 void TextTag.setUnderline(Underline underline)
           
 void CellRendererText.setUnderline(Underline underline)
          Sets the underline of all cells
 

Uses of Underline in org.gnu.pango
 

Fields in org.gnu.pango declared as Underline
static Underline Underline.NONE
          no underline should be drawn.
static Underline Underline.SINGLE
          a single underline should be drawn.
static Underline Underline.DOUBLE
          a double underline should be drawn.
static Underline Underline.LOW
          a single underline should be drawn at a position beneath the ink extents of the text being underlined.
 

Methods in org.gnu.pango that return Underline
static Underline Underline.intern(int value)
           
 Underline Underline.or(Underline other)
           
 Underline Underline.and(Underline other)
           
 Underline Underline.xor(Underline other)
           
 

Methods in org.gnu.pango with parameters of type Underline
 Underline Underline.or(Underline other)
           
 Underline Underline.and(Underline other)
           
 Underline Underline.xor(Underline other)
           
 boolean Underline.test(Underline other)
           
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net