org.apache.fontbox.afm
public class KernPair extends Object
Version: $Revision: 1.1 $
Method Summary | |
---|---|
String | getFirstKernCharacter() Getter for property firstKernCharacter. |
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. |
Returns: Value of property firstKernCharacter.
Returns: Value of property secondKernCharacter.
Returns: Value of property x.
Returns: Value of property y.
Parameters: firstKernCharacterValue New value of property firstKernCharacter.
Parameters: secondKernCharacterValue New value of property secondKernCharacter.
Parameters: xValue New value of property x.
Parameters: yValue New value of property y.