|
||||||||||
| 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.XtfLookupTable
public abstract class XtfLookupTable
Lookup tables provide a way of looking up information about a glyph index.
| Field Summary | |
|---|---|
protected int |
count
The subtable count. |
| Constructor Summary | |
|---|---|
XtfLookupTable(int f,
XtfGlyphName xtfGlyph)
Create a new object. |
|
| Method Summary | |
|---|---|
int |
getCount()
Getter for count. |
int |
getFormat()
Returns the format. |
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 |
| Field Detail |
|---|
protected int count
| Constructor Detail |
|---|
public XtfLookupTable(int f,
XtfGlyphName xtfGlyph)
f - the format.xtfGlyph - The glyph name.| Method Detail |
|---|
public int getCount()
public int getFormat()
public XtfGlyphName getXtfGlyph()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||