lineBreaker property

LineBreaker lineBreaker
final

Strategy that chooses where lines end (greedy by default; e.g. KnuthPlassLineBreaker for optimal justified paragraphs). Alignment, ellipsis, maxLines, and justify space distribution are applied on top of whatever breaks the strategy returns.

Implementation

final LineBreaker lineBreaker;