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