Interface FSTextBreaker

  • All Known Implementing Classes:
    TextUtil.DefaultCharacterBreaker, UrlAwareLineBreakIterator

    public interface FSTextBreaker
    Represents 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 Detail

      • next

        int next()
      • setText

        void setText​(String newText)