org.gnu.pango
public class Alignment 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.Alignment
.
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 Alignment | CENTER Center the line within the available space |
static Alignment | LEFT Put all available space on the right |
static Alignment | RIGHT Put all available space on the left |
Method Summary | |
---|---|
Alignment | and(Alignment other) |
static Alignment | intern(int value) |
Alignment | or(Alignment other) |
boolean | test(Alignment other) |
Alignment | xor(Alignment other) |