Interface SpacingProducer
-
- All Superinterfaces:
ClassificationProducer
,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
-
-
Field Summary
-
Fields inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
END_OF_TEXT, START_OF_TEXT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Spacing
createSpacing(int codePoint)
-
Methods inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
clone
-
-
-
-
Method Detail
-
createSpacing
Spacing createSpacing(int codePoint)
-
-