Class JPJustifierBasic

java.lang.Object
com.io7m.jpita.core.JPJustifierBasic
All Implemented Interfaces:
JPAlignerType

public final class JPJustifierBasic extends Object implements JPAlignerType
An basic aligner that fully justifies text. The algorithm used is a simple greedy formatter that avoids the O(n²) performance of a full dynamic programming approach.