org.pentaho.reporting.libraries.fonts.text
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
Method Summary |
java.lang.Object |
clone()
|
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
clone
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException