org.gnu.pango
Class TabAlign

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.pango.TabAlign

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.

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
          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

LEFT

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

Method Detail

intern

public static TabAlign intern(int value)
Deprecated. 

or

public TabAlign or(TabAlign other)
Deprecated. 

and

public TabAlign and(TabAlign other)
Deprecated. 

xor

public TabAlign xor(TabAlign other)
Deprecated. 

test

public boolean test(TabAlign other)
Deprecated.