Package com.openhtmltopdf.bidi.support
Class ICUBreakers.ICULineBreaker
- java.lang.Object
-
- com.openhtmltopdf.bidi.support.ICUBreakers.ICULineBreaker
-
- All Implemented Interfaces:
FSTextBreaker
- Enclosing class:
- ICUBreakers
public static class ICUBreakers.ICULineBreaker extends java.lang.Object implements FSTextBreaker
-
-
Field Summary
Fields Modifier and Type Field Description private com.ibm.icu.text.BreakIterator
breaker
-
Constructor Summary
Constructors Constructor Description ICULineBreaker(java.util.Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
next()
void
setText(java.lang.String newText)
-
-
-
Method Detail
-
next
public int next()
- Specified by:
next
in interfaceFSTextBreaker
-
setText
public void setText(java.lang.String newText)
- Specified by:
setText
in interfaceFSTextBreaker
-
-