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