Interface SpacingProducer

  • All Superinterfaces:
    ClassificationProducer, java.lang.Cloneable
    All Known Implementing Classes:
    StaticSpacingProducer

    public interface SpacingProducer
    extends ClassificationProducer
    Reads spacing information. Spacing information defines the possible stretch points when performing text justification.
    Author:
    Thomas Morgner
    • Method Detail

      • createSpacing

        Spacing createSpacing​(int codePoint)