|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.pango.TabAlign
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.
public class TabAlign
A PangoTabAlign specifies where a tab stop appears relative to the text
Field Summary | |
---|---|
static TabAlign |
LEFT
Deprecated. the tab stop appears to the left of the text. |
Method Summary | |
---|---|
TabAlign |
and(TabAlign other)
Deprecated. |
static TabAlign |
intern(int value)
Deprecated. |
TabAlign |
or(TabAlign other)
Deprecated. |
boolean |
test(TabAlign other)
Deprecated. |
TabAlign |
xor(TabAlign other)
Deprecated. |
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 |
Field Detail |
---|
public static final TabAlign LEFT
Method Detail |
---|
public static TabAlign intern(int value)
public TabAlign or(TabAlign other)
public TabAlign and(TabAlign other)
public TabAlign xor(TabAlign other)
public boolean test(TabAlign other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |