org.gnu.pango
Class Weight

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

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.Weight. 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 Weight
extends org.gnu.glib.Enum

An enumeration specifying the weight (boldness) of a font. This is a numerical value ranging from 100 to 900,


Field Summary
static Weight BOLD
          Deprecated.  
static Weight HEAVY
          Deprecated.  
static Weight LIGHT
          Deprecated.  
static Weight NORMAL
          Deprecated.  
static Weight ULTRABOLD
          Deprecated.  
static Weight ULTRALIGHT
          Deprecated.  
 
Constructor Summary
Weight(int value)
          Deprecated.  
 
Method Summary
 Weight and(Weight other)
          Deprecated.  
static Weight intern(int value)
          Deprecated.  
 Weight or(Weight other)
          Deprecated.  
 boolean test(Weight other)
          Deprecated.  
 Weight xor(Weight 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

ULTRALIGHT

public static final Weight ULTRALIGHT
Deprecated. 

LIGHT

public static final Weight LIGHT
Deprecated. 

NORMAL

public static final Weight NORMAL
Deprecated. 

BOLD

public static final Weight BOLD
Deprecated. 

ULTRABOLD

public static final Weight ULTRABOLD
Deprecated. 

HEAVY

public static final Weight HEAVY
Deprecated. 
Constructor Detail

Weight

public Weight(int value)
Deprecated. 
Method Detail

intern

public static Weight intern(int value)
Deprecated. 

or

public Weight or(Weight other)
Deprecated. 

and

public Weight and(Weight other)
Deprecated. 

xor

public Weight xor(Weight other)
Deprecated. 

test

public boolean test(Weight other)
Deprecated.