Package org.apache.fontbox.afm
Class KernPair
- java.lang.Object
-
- org.apache.fontbox.afm.KernPair
-
public class KernPair extends java.lang.ObjectThis represents some kern pair data.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringfirstKernCharacterprivate java.lang.StringsecondKernCharacterprivate floatxprivate floaty
-
Constructor Summary
Constructors Constructor Description KernPair(java.lang.String firstKernCharacter, java.lang.String secondKernCharacter, float x, float y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFirstKernCharacter()Getter for property firstKernCharacter.java.lang.StringgetSecondKernCharacter()Getter for property secondKernCharacter.floatgetX()Getter for property x.floatgetY()Getter for property y.
-
-
-
Method Detail
-
getFirstKernCharacter
public java.lang.String getFirstKernCharacter()
Getter for property firstKernCharacter.- Returns:
- Value of property firstKernCharacter.
-
getSecondKernCharacter
public java.lang.String getSecondKernCharacter()
Getter for property secondKernCharacter.- Returns:
- Value of property secondKernCharacter.
-
getX
public float getX()
Getter for property x.- Returns:
- Value of property x.
-
getY
public float getY()
Getter for property y.- Returns:
- Value of property y.
-
-