Uses of Class
org.extex.typesetter.tex.paragraph.Fitness

Packages that use Fitness
org.extex.typesetter.tex.paragraph This package contains the definitions of a paragraph builder for ExTeX. 
 

Uses of Fitness in org.extex.typesetter.tex.paragraph
 

Fields in org.extex.typesetter.tex.paragraph declared as Fitness
static Fitness Fitness.DECENT
          The field DESCENT contains the fitness of class 2.
static Fitness Fitness.LOOSE
          The field LOOSE contains the fitness of class 1.
static Fitness Fitness.TIGHT
          The field TIGHT contains the fitness of class 3.
static Fitness Fitness.VERY_LOOSE
          The field VERY_LOOSE contains the fitness of class 0.
 

Methods in org.extex.typesetter.tex.paragraph that return Fitness
protected  Fitness ActiveNode.getFitness()
          Getter for fitness.
 

Methods in org.extex.typesetter.tex.paragraph with parameters of type Fitness
 boolean Fitness.adjacent(Fitness fitness)
          Determine whether the given fitness has the same order or a class which is one less or one more than the own order.
 

Constructors in org.extex.typesetter.tex.paragraph with parameters of type Fitness
ActiveNode(Fitness fitness, boolean hyphenated, long demerits, int lineNumber, PassiveNode breakNode)
          Creates a new object.