Class DefaultKerningProducer
java.lang.Object
org.pentaho.reporting.libraries.fonts.text.font.DefaultKerningProducer
- All Implemented Interfaces:
Cloneable
,ClassificationProducer
,KerningProducer
Creation-Date: 11.06.2006, 18:30:42
- Author:
- Thomas Morgner
-
Field Summary
Fields inherited from interface org.pentaho.reporting.libraries.fonts.text.ClassificationProducer
END_OF_TEXT, START_OF_TEXT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
long
getKerning
(int codePoint) Returns the kerning to the previous character (unit is micro-point).
-
Constructor Details
-
DefaultKerningProducer
-
-
Method Details
-
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 interfaceKerningProducer
- Returns:
-
clone
- Specified by:
clone
in interfaceClassificationProducer
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-