Interface ClassificationProducer
-
- All Superinterfaces:
java.lang.Cloneable
- All Known Subinterfaces:
BreakOpportunityProducer,FontSizeProducer,GlyphClassificationProducer,KerningProducer,LanguageClassifier,SpacingProducer
- All Known Implementing Classes:
DefaultKerningProducer,DefaultLanguageClassifier,GraphemeClusterProducer,LinebreakClassificationProducer,LineBreakProducer,NoKerningProducer,StaticFontSizeProducer,StaticSpacingProducer,VariableFontSizeProducer,WhitespaceClassificationProducer,WordBreakProducer
public interface ClassificationProducer extends java.lang.CloneableThe base interface for all unicode statemachine producers.- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static intEND_OF_TEXTstatic intSTART_OF_TEXT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectclone()
-
-
-
Field Detail
-
START_OF_TEXT
static final int START_OF_TEXT
- See Also:
- Constant Field Values
-
END_OF_TEXT
static final int END_OF_TEXT
- See Also:
- Constant Field Values
-
-