|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uottawa.balie.LigatureLookup
public class LigatureLookup
Wraps around a hashtable that contains a list of ligatures. A ligature is a char like 'oe' (often from pdf files) that represents two single char ('o' and 'e')
Constructor Summary | |
---|---|
LigatureLookup()
Fill table at construction time. |
Method Summary | |
---|---|
java.lang.String |
GetEquivalence(java.lang.String pi_Char)
Gets the string equivalence for a ligature char. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LigatureLookup()
Method Detail |
---|
public java.lang.String GetEquivalence(java.lang.String pi_Char)
pi_Char
- The ligature char (String of lenght 1)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |