public class KernPair extends Object
Constructor and Description |
---|
KernPair() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getFirstKernCharacter()
public void setFirstKernCharacter(String firstKernCharacterValue)
firstKernCharacterValue
- New value of property firstKernCharacter.public String getSecondKernCharacter()
public void setSecondKernCharacter(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.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.