org.extex.font.format.afm
Class AfmKernPairs

java.lang.Object
  extended by org.extex.font.format.afm.AfmKernPairs
All Implemented Interfaces:
java.io.Serializable

public class AfmKernPairs
extends java.lang.Object
implements java.io.Serializable

AFM kerning pairs.

Version:
$Revision: 5592 $
Author:
Michael Niedermair
See Also:
Serialized Form

Constructor Summary
AfmKernPairs()
           
 
Method Summary
 java.lang.String getCharpost()
          Returns the charpost.
 java.lang.String getCharpre()
          Returns the charpre.
 float getKerningsize()
          Returns the kerningsize.
 void setCharpost(java.lang.String cp)
          Set the charpost.
 void setCharpre(java.lang.String cp)
          Set the charpre.
 void setKerningsize(float ksize)
          Set the kerningsize.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AfmKernPairs

public AfmKernPairs()
Method Detail

getCharpost

public java.lang.String getCharpost()
Returns the charpost.

Returns:
Returns the charpost.

getCharpre

public java.lang.String getCharpre()
Returns the charpre.

Returns:
Returns the charpre.

getKerningsize

public float getKerningsize()
Returns the kerningsize.

Returns:
Returns the kerningsize.

setCharpost

public void setCharpost(java.lang.String cp)
Set the charpost.

Parameters:
cp - The charpost to set.

setCharpre

public void setCharpre(java.lang.String cp)
Set the charpre.

Parameters:
cp - The charpre to set.

setKerningsize

public void setKerningsize(float ksize)
Set the kerningsize.

Parameters:
ksize - The kerningsize to set.