|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.BFEntry
public class BFEntry
This is just a holder class for bfentries, groups of characters of a base font (bf).
Constructor Summary | |
---|---|
BFEntry(int unicodeStart,
int unicodeEnd,
int glyphStartIndex)
Main constructor. |
Method Summary | |
---|---|
int |
getGlyphStartIndex()
Returns the glyphStartIndex. |
int |
getUnicodeEnd()
Returns the unicodeEnd. |
int |
getUnicodeStart()
Returns the unicodeStart. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BFEntry(int unicodeStart, int unicodeEnd, int glyphStartIndex)
unicodeStart
- Unicode start indexunicodeEnd
- Unicode end indexglyphStartIndex
- glyph start indexMethod Detail |
---|
public int getUnicodeStart()
public int getUnicodeEnd()
public int getGlyphStartIndex()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |