public class LineBreakProducer extends java.lang.Object implements BreakOpportunityProducer
BREAK_CHAR, BREAK_LINE, BREAK_NEVER, BREAK_SYLLABLE, BREAK_WORDEND_OF_TEXT, START_OF_TEXT| Constructor and Description |
|---|
LineBreakProducer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
createBreakOpportunity(int codepoint) |
void |
reset() |
void |
startText()
Signals the start of text.
|
public void startText()
public int createBreakOpportunity(int codepoint)
createBreakOpportunity in interface BreakOpportunityProducerpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface BreakOpportunityProducerclone in interface ClassificationProducerclone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic void reset()
reset in interface BreakOpportunityProducer