org.pentaho.reporting.libraries.fonts.text.classifier
public class LinebreakClassificationProducer extends java.lang.Object implements GlyphClassificationProducer
LETTER, SPACE_CHAR
END_OF_TEXT, START_OF_TEXT
Constructor and Description |
---|
LinebreakClassificationProducer() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
getClassification(int codepoint) |
protected boolean |
isLinebreak(int codepoint) |
void |
reset() |
public int getClassification(int codepoint)
getClassification
in interface GlyphClassificationProducer
protected boolean isLinebreak(int codepoint)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface ClassificationProducer
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public void reset()
reset
in interface GlyphClassificationProducer