Class NoKerningProducer
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.text.font.NoKerningProducer
-
- All Implemented Interfaces:
Cloneable,ClassificationProducer,KerningProducer
public class NoKerningProducer extends Object implements 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
Constructors Constructor Description NoKerningProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()longgetKerning(int codePoint)Returns the kerning to the previous character (unit is micro-point).
-
-
-
Method Detail
-
getKerning
public long getKerning(int codePoint)
Description copied from interface:KerningProducerReturns the kerning to the previous character (unit is micro-point).- Specified by:
getKerningin interfaceKerningProducer- Returns:
-
clone
public Object clone() throws CloneNotSupportedException
- Specified by:
clonein interfaceClassificationProducer- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
-