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

java.lang.Object
  extended by org.extex.font.format.xtf.tables.gps.XtfLookupTable
All Implemented Interfaces:
XMLWriterConvertible
Direct Known Subclasses:
XtfGPOSCursiveTable, XtfGPOSMarkToBaseTable, XtfGPOSPairTable, XtfGPOSSingleTable, XtfGSUBAlternateTable, XtfGSUBChainingTable, XtfGSUBContextTable, XtfGSUBLigatureTable, XtfGSUBMultipleTable, XtfGSUBSingleTable

public abstract class XtfLookupTable
extends java.lang.Object
implements XMLWriterConvertible

Lookup tables provide a way of looking up information about a glyph index.

Version:
$Revision: 6604 $
Author:
Michael Niedermair

Field Summary
protected  int count
          The subtable count.
 
Constructor Summary
XtfLookupTable(int f, XtfGlyphName xtfGlyph)
          Create a new object.
 
Method Summary
 int getCount()
          Getter for count.
 int getFormat()
          Returns the format.
 XtfGlyphName getXtfGlyph()
          Getter for xtfGlyph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.extex.util.xml.XMLWriterConvertible
writeXML
 

Field Detail

count

protected int count
The subtable count.

Constructor Detail

XtfLookupTable

public XtfLookupTable(int f,
                      XtfGlyphName xtfGlyph)
Create a new object.

Parameters:
f - the format.
xtfGlyph - The glyph name.
Method Detail

getCount

public int getCount()
Getter for count.

Returns:
the count

getFormat

public int getFormat()
Returns the format.

Returns:
Returns the format.

getXtfGlyph

public XtfGlyphName getXtfGlyph()
Getter for xtfGlyph.

Returns:
the xtfGlyph