org.gnu.pango
public class Stretch extends Enum
Field Summary | |
---|---|
static Stretch | CONDENSED |
static Stretch | EXPANDED |
static Stretch | EXTRA_CONDENSED |
static Stretch | EXTRA_EXPANDED |
static Stretch | NORMAL |
static Stretch | SEMI_CONDENSED |
static Stretch | SEMI_EXPANDED |
static Stretch | ULTRA_CONDENSED |
static Stretch | ULTRA_EXPANDED |
Method Summary | |
---|---|
Stretch | and(Stretch other) |
static Stretch | intern(int value) |
Stretch | or(Stretch other) |
boolean | test(Stretch other) |
Stretch | xor(Stretch other) |