|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.AbstractXtfTable
public abstract class AbstractXtfTable
Abstract class for all TTF/OTF tables.
| Constructor Summary | |
|---|---|
AbstractXtfTable(XtfTableMap tm)
Create a new object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getGlyphName(int idx)
Returns the glyph name of a index. |
int |
getInitOrder()
Returns a order number to sort the tables for the init process. |
XtfTableMap |
getTableMap()
Returns the table map with all tables. |
void |
init()
Initialize the table. |
protected void |
writeStartElement(XMLStreamWriter writer)
Write the tag an the id attribute for the table element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.extex.font.format.xtf.tables.XtfTable |
|---|
getShortcut, getType |
| Constructor Detail |
|---|
public AbstractXtfTable(XtfTableMap tm)
tm - the table map| Method Detail |
|---|
public java.lang.String getGlyphName(int idx)
getGlyphName in interface XtfGlyphNameidx - The index.
public int getInitOrder()
getInitOrder in interface XtfTableXtfTable.getInitOrder()public XtfTableMap getTableMap()
getTableMap in interface XtfTableXtfTable.getTableMap()
public void init()
throws java.io.IOException
init in interface XtfTablejava.io.IOException - if a IO-error is occurred.XtfTable.init()
protected void writeStartElement(XMLStreamWriter writer)
throws java.io.IOException
writer - The xml stream writer.
java.io.IOException - if an IO-error occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||