|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.gps.XtfCoverage.RangeRecord
public class XtfCoverage.RangeRecord
Coverage Index (GlyphID) = StartCoverageIndex + GlyphID - Start GlyphID
| Method Summary | |
|---|---|
int |
getCoverageIndex(int glyphId)
Returns the coverage index |
int |
getEnd()
Getter for end. |
int |
getStart()
Getter for start. |
boolean |
isInRange(int glyphId)
Check, if the glyph id is in the range. |
void |
writeXML(XMLStreamWriter writer)
Write the data to a XMLStreamWriter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getCoverageIndex(int glyphId)
glyphId - the glyph id
public int getEnd()
public int getStart()
public boolean isInRange(int glyphId)
glyphId - the glyph id
public void writeXML(XMLStreamWriter writer)
throws java.io.IOException
writeXML in interface XMLWriterConvertiblewriter - the XML-Writer
java.io.IOException - if an IO-error occurs.XMLWriterConvertible.writeXML(org.extex.util.xml.XMLStreamWriter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||