|
||||||||||
| 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.XtfGPOSCursiveTable.EntryExitRecord
public static class XtfGPOSCursiveTable.EntryExitRecord
The class for EntryExitRecord.
| Value | Type | Description |
| Offset | EntryAnchor | Offset to EntryAnchor table-from beginning of CursivePos subtable-may be NULL |
| Offset | ExitAnchor | Offset to ExitAnchor table-from beginning of CursivePos subtable-may be NULL |
| Constructor Summary | |
|---|---|
XtfGPOSCursiveTable.EntryExitRecord(RandomAccessR rar)
Creates a new object. |
|
| Method Summary | |
|---|---|
int |
getEntryAnchor()
Getter for entryAnchor. |
int |
getExitAnchor()
Getter for exitAnchor. |
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 |
| Constructor Detail |
|---|
public XtfGPOSCursiveTable.EntryExitRecord(RandomAccessR rar)
throws java.io.IOException
rar - The input
java.io.IOException - if a io-error occurred.| Method Detail |
|---|
public int getEntryAnchor()
public int getExitAnchor()
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 | |||||||||