Uses of Class
org.gnu.pango.Alignment

Packages that use Alignment
org.gnu.pango   
 

Uses of Alignment in org.gnu.pango
 

Fields in org.gnu.pango declared as Alignment
static Alignment Alignment.LEFT
          Put all available space on the right
static Alignment Alignment.CENTER
          Center the line within the available space
static Alignment Alignment.RIGHT
          Put all available space on the left
 

Methods in org.gnu.pango that return Alignment
static Alignment Alignment.intern(int value)
           
 Alignment Alignment.or(Alignment other)
           
 Alignment Alignment.and(Alignment other)
           
 Alignment Alignment.xor(Alignment other)
           
 Alignment Layout.getAlignment()
          Gets the alignment for the layout (how partial lines are positioned within the horizontal space available.)
 

Methods in org.gnu.pango with parameters of type Alignment
 Alignment Alignment.or(Alignment other)
           
 Alignment Alignment.and(Alignment other)
           
 Alignment Alignment.xor(Alignment other)
           
 boolean Alignment.test(Alignment other)
           
 void Layout.setAlignment(Alignment alignment)
          Sets the alignment for the layout (how partial lines are positioned within the horizontal space available.)
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net