Package org.apache.fontbox.afm
Class KernPair
java.lang.Object
org.apache.fontbox.afm.KernPair
This represents some kern pair data.
- Author:
- Ben Litchfield
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for property firstKernCharacter.Getter for property secondKernCharacter.float
getX()
Getter for property x.float
getY()
Getter for property y.void
setFirstKernCharacter
(String firstKernCharacterValue) Setter for property firstKernCharacter.void
setSecondKernCharacter
(String secondKernCharacterValue) Setter for property secondKernCharacter.void
setX
(float xValue) Setter for property x.void
setY
(float yValue) Setter for property y.
-
Constructor Details
-
KernPair
public KernPair()
-
-
Method Details
-
getFirstKernCharacter
Getter for property firstKernCharacter.- Returns:
- Value of property firstKernCharacter.
-
setFirstKernCharacter
Setter for property firstKernCharacter.- Parameters:
firstKernCharacterValue
- New value of property firstKernCharacter.
-
getSecondKernCharacter
Getter for property secondKernCharacter.- Returns:
- Value of property secondKernCharacter.
-
setSecondKernCharacter
Setter for property secondKernCharacter.- Parameters:
secondKernCharacterValue
- New value of property secondKernCharacter.
-
getX
public float getX()Getter for property x.- Returns:
- Value of property x.
-
setX
public void setX(float xValue) Setter for property x.- Parameters:
xValue
- New value of property x.
-
getY
public float getY()Getter for property y.- Returns:
- Value of property y.
-
setY
public void setY(float yValue) Setter for property y.- Parameters:
yValue
- New value of property y.
-