Package com.io7m.jpita.core
Interface JPAlignerType
- All Known Implementing Classes:
JPAlignerBasic,JPJustifierBasic
public interface JPAlignerType
The type of alignment algorithms.
-
Method Summary
-
Method Details
-
addWord
Add a word to the current layout.- Parameters:
w- A word
-
breakLine
void breakLine()Insert a hard line break. -
finish
Finish the current layout, effectively resetting it to a blank canvas.- Returns:
- A list of formatted lines
-