|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.afmtypes.Ligature
This class represents a ligature, which is an entry of the CharMetrics.
Constructor Summary | |
Ligature()
|
Method Summary | |
String |
getLigature()
Getter for property ligature. |
String |
getSuccessor()
Getter for property successor. |
void |
setLigature(String lig)
Setter for property ligature. |
void |
setSuccessor(String successorValue)
Setter for property successor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Ligature()
Method Detail |
public String getLigature()
public void setLigature(String lig)
lig
- New value of property ligature.public String getSuccessor()
public void setSuccessor(String successorValue)
successorValue
- New value of property successor.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |