public class TTFCmapEntry
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
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 setCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.