org.extex.font.format.xtf.tables
Class TtfTableKERN.KerningPair

java.lang.Object
  extended by org.extex.font.format.xtf.tables.TtfTableKERN.KerningPair
All Implemented Interfaces:
XMLWriterConvertible
Enclosing class:
TtfTableKERN

public static class TtfTableKERN.KerningPair
extends java.lang.Object
implements XMLWriterConvertible

KerningPair


Method Summary
 int getLeft()
          Returns the left char.
 int getRight()
          Returns the right char.
 short getValue()
          Returns the value.
 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
 

Method Detail

getLeft

public int getLeft()
Returns the left char.

Returns:
Returns the left char.

getRight

public int getRight()
Returns the right char.

Returns:
Returns the right char.

getValue

public short getValue()
Returns the value.

Returns:
Returns the value.

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)