org.gnu.pango
public class TabAlign 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.TabAlign.
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 TabAlign | LEFT the tab stop appears to the left of the text. |
| Method Summary | |
|---|---|
| TabAlign | and(TabAlign other) |
| static TabAlign | intern(int value) |
| TabAlign | or(TabAlign other) |
| boolean | test(TabAlign other) |
| TabAlign | xor(TabAlign other) |