Package com.openhtmltopdf.extend
Interface FSTextBreaker
-
- All Known Implementing Classes:
TextUtil.DefaultCharacterBreaker,UrlAwareLineBreakIterator
public interface FSTextBreakerRepresents a text breaker, such as those on line break opportunities. Implementations usually wrap a BreakIterator of some kind. Will be reused many times during a run.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intnext()voidsetText(String newText)
-
-
-
Method Detail
-
next
int next()
-
setText
void setText(String newText)
-
-