java.lang.Cloneable, BreakOpportunityProducer, ClassificationProducerWordBreakProducerpublic class LineBreakProducer extends java.lang.Object implements BreakOpportunityProducer
BREAK_CHAR, BREAK_LINE, BREAK_NEVER, BREAK_SYLLABLE, BREAK_WORDEND_OF_TEXT, START_OF_TEXT| Constructor | Description |
|---|---|
LineBreakProducer() |
| Modifier and Type | Method | 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 ClassificationProducerjava.lang.CloneNotSupportedExceptionpublic void reset()
reset in interface BreakOpportunityProducer