|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fontbox.afm.Ligature
public class Ligature
This class represents a ligature, which is an entry of the CharMetrics.
Constructor Summary | |
---|---|
Ligature()
|
Method Summary | |
---|---|
java.lang.String |
getLigature()
Getter for property ligature. |
java.lang.String |
getSuccessor()
Getter for property successor. |
void |
setLigature(java.lang.String lig)
Setter for property ligature. |
void |
setSuccessor(java.lang.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 java.lang.String getLigature()
public void setLigature(java.lang.String lig)
lig
- New value of property ligature.public java.lang.String getSuccessor()
public void setSuccessor(java.lang.String successorValue)
successorValue
- New value of property successor.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |