org.extex.font.format.xtf.tables.gps
Class XtfGPOSCursiveTable.EntryExitRecord

java.lang.Object
  extended by org.extex.font.format.xtf.tables.gps.XtfGPOSCursiveTable.EntryExitRecord
All Implemented Interfaces:
XMLWriterConvertible
Enclosing class:
XtfGPOSCursiveTable

public static class XtfGPOSCursiveTable.EntryExitRecord
extends java.lang.Object
implements XMLWriterConvertible

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

XtfGPOSCursiveTable.EntryExitRecord

public XtfGPOSCursiveTable.EntryExitRecord(RandomAccessR rar)
                                    throws java.io.IOException
Creates a new object.

Parameters:
rar - The input
Throws:
java.io.IOException - if a io-error occurred.
Method Detail

getEntryAnchor

public int getEntryAnchor()
Getter for entryAnchor.

Returns:
the entryAnchor

getExitAnchor

public int getExitAnchor()
Getter for exitAnchor.

Returns:
the exitAnchor

writeXML

public void writeXML(XMLStreamWriter writer)
              throws java.io.IOException
Write the data to a XMLStreamWriter.

Specified by:
writeXML in interface XMLWriterConvertible
Parameters:
writer - the XML-Writer
Throws:
java.io.IOException - if an IO-error occurs.
See Also:
XMLWriterConvertible.writeXML(org.extex.util.xml.XMLStreamWriter)