org.extex.font.format.xtf.tables.gps
Class XtfGSUBChainingTable

java.lang.Object
  extended by org.extex.font.format.xtf.tables.gps.XtfLookupTable
      extended by org.extex.font.format.xtf.tables.gps.XtfGSUBChainingTable
All Implemented Interfaces:
XMLWriterConvertible

public class XtfGSUBChainingTable
extends XtfLookupTable

XtfGSUBChainingTable.

Version:
$Revision: 6604 $
Author:
Michael Niedermair

Field Summary
 
Fields inherited from class org.extex.font.format.xtf.tables.gps.XtfLookupTable
count
 
Method Summary
static XtfGSUBChainingTable newInstance(RandomAccessR rar, int offset, XtfGlyphName xtfGlyph)
          Create a new Instance.
 void writeXML(XMLStreamWriter writer)
          Write the data to a XMLStreamWriter.
 
Methods inherited from class org.extex.font.format.xtf.tables.gps.XtfLookupTable
getCount, getFormat, getXtfGlyph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static XtfGSUBChainingTable newInstance(RandomAccessR rar,
                                               int offset,
                                               XtfGlyphName xtfGlyph)
                                        throws java.io.IOException
Create a new Instance.

Parameters:
rar - the input
offset - the offset
xtfGlyph - The glyph name.
Returns:
Returns the new instance.
Throws:
java.io.IOException - if an IO-error occurs

writeXML

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

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