Uses of Class
org.extex.typesetter.tc.Direction.Dir

Packages that use Direction.Dir
org.extex.typesetter.tc This package contains the declarations for a typesetting context. 
 

Uses of Direction.Dir in org.extex.typesetter.tc
 

Methods in org.extex.typesetter.tc that return Direction.Dir
static Direction.Dir Direction.Dir.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Direction.Dir[] Direction.Dir.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.extex.typesetter.tc with parameters of type Direction.Dir
Direction(Direction.Dir beginningOfPage, Direction.Dir beginningOfLine, Direction.Dir topOfLine)
          Creates a new object.