org.gnu.pango
public class Weight extends Enum
| 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) |