Uses of Class
org.gnu.pango.Weight

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

Uses of Weight in org.gnu.gtk
 

Methods in org.gnu.gtk with parameters of type Weight
 void TextTag.setWeight(Weight weight)
           
 

Uses of Weight in org.gnu.pango
 

Fields in org.gnu.pango declared as Weight
static Weight Weight.ULTRALIGHT
           
static Weight Weight.LIGHT
           
static Weight Weight.NORMAL
           
static Weight Weight.BOLD
           
static Weight Weight.ULTRABOLD
           
static Weight Weight.HEAVY
           
 

Methods in org.gnu.pango that return Weight
 Weight FontDescription.getWeight()
          Gets the weight field of a font description.
static Weight Weight.intern(int value)
           
 Weight Weight.or(Weight other)
           
 Weight Weight.and(Weight other)
           
 Weight Weight.xor(Weight other)
           
 

Methods in org.gnu.pango with parameters of type Weight
 void FontDescription.setWeight(Weight weight)
          Sets the weight field of a font description.
 Weight Weight.or(Weight other)
           
 Weight Weight.and(Weight other)
           
 Weight Weight.xor(Weight other)
           
 boolean Weight.test(Weight other)
           
 


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