Interface KerningProducer
- All Superinterfaces:
 ClassificationProducer,Cloneable
- All Known Implementing Classes:
 DefaultKerningProducer,NoKerningProducer
Creation-Date: 11.06.2006, 16:06:54
- Author:
 - Thomas Morgner
 
- 
Field Summary
Fields inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
END_OF_TEXT, START_OF_TEXT - 
Method Summary
Modifier and TypeMethodDescriptionlonggetKerning(int codePoint) Returns the kerning to the previous character (unit is micro-point).Methods inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
clone 
- 
Method Details
- 
getKerning
long getKerning(int codePoint) Returns the kerning to the previous character (unit is micro-point).- Parameters:
 codePoint-- Returns:
 
 
 -