|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.render.pdf.fonts.BFEntry
This is just a holder class for bfentries - not get/put methods provided
Field Summary | |
int |
glyphStartIndex
|
int |
unicodeEnd
|
int |
unicodeStart
|
Constructor Summary | |
BFEntry()
|
|
BFEntry(int unicodeStart,
int unicodeEnd,
int glyphStartIndex)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int unicodeStart
public int unicodeEnd
public int glyphStartIndex
Constructor Detail |
public BFEntry()
public BFEntry(int unicodeStart, int unicodeEnd, int glyphStartIndex)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |