Uses of Class
org.gnu.pango.TabAlign

Packages that use TabAlign
org.gnu.pango   
 

Uses of TabAlign in org.gnu.pango
 

Fields in org.gnu.pango declared as TabAlign
static TabAlign TabAlign.LEFT
          the tab stop appears to the left of the text.
 

Methods in org.gnu.pango that return TabAlign
static TabAlign TabAlign.intern(int value)
           
 TabAlign TabAlign.or(TabAlign other)
           
 TabAlign TabAlign.and(TabAlign other)
           
 TabAlign TabAlign.xor(TabAlign other)
           
 TabAlign TabArray.getAligment(int tabIndex)
          Returns the alignment ofthe tab stop
 

Methods in org.gnu.pango with parameters of type TabAlign
 TabAlign TabAlign.or(TabAlign other)
           
 TabAlign TabAlign.and(TabAlign other)
           
 TabAlign TabAlign.xor(TabAlign other)
           
 boolean TabAlign.test(TabAlign other)
           
 void TabArray.setTab(int tabIndex, TabAlign alignment, int location)
          Sets the alignment and location of a tab stop.
 


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