Interface GlyphClassificationProducer
- All Superinterfaces:
ClassificationProducer
,Cloneable
- All Known Implementing Classes:
LinebreakClassificationProducer
,WhitespaceClassificationProducer
Creation-Date: 26.06.2006, 16:34:52
- Author:
- Thomas Morgner
-
Field Summary
Fields inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
END_OF_TEXT, START_OF_TEXT
-
Method Summary
Methods inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
clone
-
Field Details
-
SPACE_CHAR
static final int SPACE_CHAR- See Also:
-
LETTER
static final int LETTER- See Also:
-
-
Method Details
-
getClassification
int getClassification(int codepoint) -
reset
void reset()
-