public class KernPair
extends java.lang.Object
Constructor and Description |
---|
KernPair() |
Modifier and Type | Method and Description |
---|---|
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(java.lang.String firstKernCharacterValue)
Setter for property firstKernCharacter.
|
void |
setSecondKernCharacter(java.lang.String secondKernCharacterValue)
Setter for property secondKernCharacter.
|
void |
setX(float xValue)
Setter for property x.
|
void |
setY(float yValue)
Setter for property y.
|
public java.lang.String getFirstKernCharacter()
public void setFirstKernCharacter(java.lang.String firstKernCharacterValue)
firstKernCharacterValue
- New value of property firstKernCharacter.public java.lang.String getSecondKernCharacter()
public void setSecondKernCharacter(java.lang.String secondKernCharacterValue)
secondKernCharacterValue
- New value of property secondKernCharacter.public float getX()
public void setX(float xValue)
xValue
- New value of property x.public float getY()
public void setY(float yValue)
yValue
- New value of property y.