|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.CMapSegment
public final class CMapSegment
A segment in a cmap table of format 4. Unicode code points between
getUnicodeStart()
and getUnicodeEnd()
map to contiguous glyph indices
starting from getGlyphStartIndex()
.
Constructor Summary | |
---|---|
CMapSegment(int unicodeStart,
int unicodeEnd,
int glyphStartIndex)
Creates a new segment. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
getGlyphStartIndex()
Returns the glyphStartIndex. |
int |
getUnicodeEnd()
Returns the unicodeEnd. |
int |
getUnicodeStart()
Returns the unicodeStart. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CMapSegment(int unicodeStart, int unicodeEnd, int glyphStartIndex)
unicodeStart
- Unicode start indexunicodeEnd
- Unicode end indexglyphStartIndex
- glyph start indexMethod Detail |
---|
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int getUnicodeStart()
public int getUnicodeEnd()
public int getGlyphStartIndex()
public java.lang.String toString()
toString
in class java.lang.Object
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |