org.gnu.pango

Class TabAlign


public class TabAlign
extends Enum

A PangoTabAlign specifies where a tab stop appears relative to the text

Field Summary

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

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

TabAlign
and(TabAlign other)
static TabAlign
intern(int value)
TabAlign
or(TabAlign other)
boolean
test(TabAlign other)
TabAlign
xor(TabAlign other)

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

LEFT

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

Method Details

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)