org.pentaho.reporting.libraries.fonts.text.font
Class DefaultKerningProducer
java.lang.Object
org.pentaho.reporting.libraries.fonts.text.font.DefaultKerningProducer
- All Implemented Interfaces:
- Cloneable, ClassificationProducer, KerningProducer
public class DefaultKerningProducer
- extends Object
- implements KerningProducer
Creation-Date: 11.06.2006, 18:30:42
- Author:
- Thomas Morgner
Method Summary |
Object |
clone()
|
long |
getKerning(int codePoint)
Returns the kerning to the previous character (unit is micro-point). |
DefaultKerningProducer
public DefaultKerningProducer(FontMetrics fontMetrics)
getKerning
public long getKerning(int codePoint)
- Description copied from interface:
KerningProducer
- Returns the kerning to the previous character (unit is micro-point).
- Specified by:
getKerning
in interface KerningProducer
- Returns:
clone
public Object clone()
throws CloneNotSupportedException
- Specified by:
clone
in interface ClassificationProducer
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException