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 final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.Object
     
  • Field Details

  • Method Details

    • clone

      java.lang.Object clone() throws java.lang.CloneNotSupportedException
      Throws:
      java.lang.CloneNotSupportedException