org.gnu.pango
public class Stretch 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.Stretch
.
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 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) |