|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fontbox.afm.KernPair
public class KernPair
This represents some kern pair data.
Constructor Summary | |
---|---|
KernPair()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KernPair()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |