Uses of Class
de.dante.extex.typesetter.paragraphBuilder.impl.Fitness

Packages that use Fitness
de.dante.extex.typesetter.paragraphBuilder.impl This package contains an implementation of a paragraph builder for ExTeX. 
 

Uses of Fitness in de.dante.extex.typesetter.paragraphBuilder.impl
 

Fields in de.dante.extex.typesetter.paragraphBuilder.impl declared as Fitness
static Fitness Fitness.TIGHT
          The field TIGHT contains the fitness of class 3.
static Fitness Fitness.LOOSE
          The field LOOSE contains the fitness of class 1.
static Fitness Fitness.VERY_LOOSE
          The field VERY_LOOSE contains the fitness of class 0.
static Fitness Fitness.DECENT
          The field DESCENT contains the fitness of class 2.
 

Methods in de.dante.extex.typesetter.paragraphBuilder.impl that return Fitness
 Fitness BreakPoint.getFitness()
          Getter for fitness.
 

Methods in de.dante.extex.typesetter.paragraphBuilder.impl 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.
 void BreakPoint.setFitness(Fitness fitness)
          Setter for fitness.