org.gnu.pango
Class TabAlign
java.lang.Object
org.gnu.glib.Enum
org.gnu.pango.TabAlign
public class TabAlign
- extends org.gnu.glib.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. |
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
LEFT
public static final TabAlign LEFT
- the tab stop appears to the left of the text.
intern
public static TabAlign intern(int value)
or
public TabAlign or(TabAlign other)
and
public TabAlign and(TabAlign other)
xor
public TabAlign xor(TabAlign other)
test
public boolean test(TabAlign other)