org.gnu.pango

Class TabAlign

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.

A PangoTabAlign specifies where a tab stop appears relative to the text
Field Summary
static TabAlignLEFT
the tab stop appears to the left of the text.
Method Summary
TabAlignand(TabAlign other)
static TabAlignintern(int value)
TabAlignor(TabAlign other)
booleantest(TabAlign other)
TabAlignxor(TabAlign other)

Field Detail

LEFT

public static final TabAlign LEFT
the tab stop appears to the left of the text.

Method Detail

and

public TabAlign and(TabAlign other)

intern

public static TabAlign intern(int value)

or

public TabAlign or(TabAlign other)

test

public boolean test(TabAlign other)

xor

public TabAlign xor(TabAlign other)