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.Cloneable
The base interface for all unicode statemachine producers.- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static int
END_OF_TEXT
static int
START_OF_TEXT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
clone()
-
-
-
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
-
-