org.gnu.pango
Class Alignment

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

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.Alignment. 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 Alignment
extends org.gnu.glib.Enum

describes how to align the lines of a PangoLayout within the available space. If the PangoLayout is set to justify using pango_layout_set_justify(), then this only has an effect for partial lines.


Field Summary
static Alignment CENTER
          Deprecated. Center the line within the available space
static Alignment LEFT
          Deprecated. Put all available space on the right
static Alignment RIGHT
          Deprecated. Put all available space on the left
 
Method Summary
 Alignment and(Alignment other)
          Deprecated.  
static Alignment intern(int value)
          Deprecated.  
 Alignment or(Alignment other)
          Deprecated.  
 boolean test(Alignment other)
          Deprecated.  
 Alignment xor(Alignment 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 Alignment LEFT
Deprecated. 
Put all available space on the right


CENTER

public static final Alignment CENTER
Deprecated. 
Center the line within the available space


RIGHT

public static final Alignment RIGHT
Deprecated. 
Put all available space on the left

Method Detail

intern

public static Alignment intern(int value)
Deprecated. 

or

public Alignment or(Alignment other)
Deprecated. 

and

public Alignment and(Alignment other)
Deprecated. 

xor

public Alignment xor(Alignment other)
Deprecated. 

test

public boolean test(Alignment other)
Deprecated.