|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.font.type.efm.EfmLigature
Class for a ligature.
Constructor Summary | |
EfmLigature()
|
Method Summary | |
int |
getId()
Returns the id. |
java.lang.String |
getIdasString()
Returns the id as String. |
java.lang.String |
getLetter()
Returns the letter. |
int |
getLigid()
Returns the ligid. |
void |
setId(int i)
Set the id. |
void |
setId(java.lang.String i)
Set the id (as String). |
void |
setLetter(java.lang.String l)
Set the letter. |
void |
setLigid(int i)
Set the ligid. |
void |
setLigid(java.lang.String i)
Set the ligid (as String). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EfmLigature()
Method Detail |
public int getId()
public java.lang.String getIdasString()
public void setId(int i)
i
- The id to set.public void setId(java.lang.String i)
i
- The id to set.public java.lang.String getLetter()
public void setLetter(java.lang.String l)
l
- The letter to set.public int getLigid()
public void setLigid(int i)
i
- The ligid to set.public void setLigid(java.lang.String i)
i
- The ligid to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |