|
||||||||||
| 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
public abstract class XtfCoverage
Abstract class for all coverage
| Nested Class Summary | |
|---|---|
static class |
XtfCoverage.CoverageFormat1
Coverage for FORMAT1 |
static class |
XtfCoverage.CoverageFormat2
Coverage for FORMAT2. |
class |
XtfCoverage.RangeRecord
Coverage Index (GlyphID) = StartCoverageIndex + GlyphID - Start GlyphID |
| Method Summary | |
|---|---|
abstract int |
findGlyph(int glyphId)
Returns the index of the glyph in the coverage table. |
int |
getFormat()
Returns the format |
abstract int[] |
getGlyphs()
Returns the glyphs from the coverage. |
XtfGlyphName |
getXtfGlyph()
Getter for xtfGlyph. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.extex.util.xml.XMLWriterConvertible |
|---|
writeXML |
| Method Detail |
|---|
public abstract int findGlyph(int glyphId)
glyphId - The ID of the glyph to find.
public int getFormat()
public abstract int[] getGlyphs()
public XtfGlyphName getXtfGlyph()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||