Uses of Class
org.gnu.pango.Direction

Packages that use Direction
org.gnu.pango   
 

Uses of Direction in org.gnu.pango
 

Fields in org.gnu.pango declared as Direction
static Direction Direction.LTR
          The text is written left-to-right
static Direction Direction.RTL
          The text is written right-to-left
static Direction Direction.TTB_LTR
          The text is written vertically top-to-bottom, with the rows ordered from left to right.
static Direction Direction.TTB_RTL
          The text is written vertically top-to-bottom, with the rows ordered from right to left.
 

Methods in org.gnu.pango that return Direction
 Direction Context.getBaseDir()
          Retrieves the base direction for the context.
static Direction Direction.intern(int value)
           
 Direction Direction.or(Direction other)
           
 Direction Direction.and(Direction other)
           
 Direction Direction.xor(Direction other)
           
 

Methods in org.gnu.pango with parameters of type Direction
 void Context.setBaseDir(Direction dir)
          Sets the base direction for the context.
 Direction Direction.or(Direction other)
           
 Direction Direction.and(Direction other)
           
 Direction Direction.xor(Direction other)
           
 boolean Direction.test(Direction other)
           
 


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