org.fontbox.afm
Class KernPair
public class KernPair
extends java.lang.Object
This represents some kern pair data.
- Ben Litchfield (ben@benlitchfield.com)
java.lang.String | getFirstKernCharacter()- Getter for property firstKernCharacter.
|
java.lang.String | getSecondKernCharacter()- 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.
|
getFirstKernCharacter
public java.lang.String getFirstKernCharacter()
Getter for property firstKernCharacter.
- Value of property firstKernCharacter.
getSecondKernCharacter
public java.lang.String getSecondKernCharacter()
Getter for property secondKernCharacter.
- Value of property secondKernCharacter.
getX
public float getX()
Getter for property x.
getY
public float getY()
Getter for property y.
setFirstKernCharacter
public void setFirstKernCharacter(String firstKernCharacterValue)
Setter for property firstKernCharacter.
firstKernCharacterValue - New value of property firstKernCharacter.
setSecondKernCharacter
public void setSecondKernCharacter(String secondKernCharacterValue)
Setter for property secondKernCharacter.
secondKernCharacterValue - New value of property secondKernCharacter.
setX
public void setX(float xValue)
Setter for property x.
xValue - New value of property x.
setY
public void setY(float yValue)
Setter for property y.
yValue - New value of property y.