public class LineBreakProducer extends java.lang.Object implements BreakOpportunityProducer
BREAK_CHAR, BREAK_LINE, BREAK_NEVER, BREAK_SYLLABLE, BREAK_WORD
END_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 BreakOpportunityProducer
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface BreakOpportunityProducer
clone
in interface ClassificationProducer
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public void reset()
reset
in interface BreakOpportunityProducer