org.extex.font.format.xtf.tables.gps
Class XtfGPOSPairTable.PairTableFormat1

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

public static class XtfGPOSPairTable.PairTableFormat1
extends XtfGPOSPairTable
implements XMLWriterConvertible

PairTable format 1.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.extex.font.format.xtf.tables.gps.XtfGPOSPairTable
XtfGPOSPairTable.PairTableFormat1, XtfGPOSPairTable.PairTableFormat2
 
Field Summary
 
Fields inherited from class org.extex.font.format.xtf.tables.gps.XtfGPOSPairTable
coverage, valueFormat1, valueFormat2
 
Fields inherited from class org.extex.font.format.xtf.tables.gps.XtfLookupTable
count
 
Method Summary
 PairValue getPairValue(int firstGlyph, int secondGlyph)
          Returns the PairValue for the combination first and second Glyph.
 void writeXML(XMLStreamWriter writer)
          Write the data to a XMLStreamWriter.
 
Methods inherited from class org.extex.font.format.xtf.tables.gps.XtfGPOSPairTable
getCoverage, getValueFormat1, getValueFormat2, newInstance
 
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

getPairValue

public PairValue getPairValue(int firstGlyph,
                              int secondGlyph)
Returns the PairValue for the combination first and second Glyph.

Specified by:
getPairValue in class XtfGPOSPairTable
Parameters:
firstGlyph - The first glyph.
secondGlyph - The second glyph.
Returns:
Returns the PairValue for the combination first and second Glyph.
See Also:
XtfGPOSPairTable.getPairValue(int, int)

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)