|
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.truetype.TTFCmapEntry
public class TTFCmapEntry
The CMap entry contains information of a Unicode range and the the glyph indexes related to the range
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
getGlyphStartIndex()
Returns the glyphStartIndex. |
int |
getUnicodeEnd()
Returns the unicodeEnd. |
int |
getUnicodeStart()
Returns the unicodeStart. |
void |
setGlyphStartIndex(int glyphStartIndex)
Sets the glyphStartIndex. |
void |
setUnicodeEnd(int unicodeEnd)
Sets the unicodeEnd. |
void |
setUnicodeStart(int unicodeStart)
Sets the unicodeStart. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int getGlyphStartIndex()
public int getUnicodeEnd()
public int getUnicodeStart()
public void setGlyphStartIndex(int glyphStartIndex)
glyphStartIndex
- The glyphStartIndex to setpublic void setUnicodeEnd(int unicodeEnd)
unicodeEnd
- The unicodeEnd to setpublic void setUnicodeStart(int unicodeStart)
unicodeStart
- The unicodeStart to set
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |