org.extex.font.format.xtf.tables.gps
Class XtfGSUBLigatureTable.Ligature

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

public class XtfGSUBLigatureTable.Ligature
extends java.lang.Object
implements XMLWriterConvertible

ligature


Method Summary
 int[] getComponents()
          Getter for components.
 int getGlyphCount()
          Returns the glyph count.
 int getGlyphId(int i)
          Returns the glyph id.
 int getIdx()
          Getter for idx.
 int getLigGlyph()
          Getter for ligGlyph.
 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

getComponents

public int[] getComponents()
Getter for components.

Returns:
the components

getGlyphCount

public int getGlyphCount()
Returns the glyph count.

Returns:
Returns the glyph count.

getGlyphId

public int getGlyphId(int i)
Returns the glyph id.

Parameters:
i - the index
Returns:
Returns the glyph id.

getIdx

public int getIdx()
Getter for idx.

Returns:
the idx

getLigGlyph

public int getLigGlyph()
Getter for ligGlyph.

Returns:
the ligGlyph

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)