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 Summary

    Modifier and Type Method Description
    int next()  
    void setText​(String newText)  
  • Method Details

    • next

      int next()
    • setText

      void setText​(String newText)