org.extex.font.format.xtf.tables
Class OtfTableBASE.Axis

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

public class OtfTableBASE.Axis
extends java.lang.Object
implements XMLWriterConvertible

Axis (vertical or horizontal)

Type Name Description
Offset BaseTagList Offset to BaseTagList table-from beginning of Axis table-may be NULL
Offset BaseScriptList Offset to BaseScriptList table-from beginning of Axis table


Constructor Summary
OtfTableBASE.Axis(RandomAccessR rar, int offset, java.lang.String n)
          Create a new object.
 
Method Summary
 int getBaseScriptListOffset()
          Returns the baseScriptListOffset.
 OtfTableBASE.BaseTagList getBasetaglist()
          Getter for basetaglist.
 int getBaseTagListOffset()
          Returns the baseTagListOffset.
 java.lang.String getName()
          Returns the name.
 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
 

Constructor Detail

OtfTableBASE.Axis

public OtfTableBASE.Axis(RandomAccessR rar,
                         int offset,
                         java.lang.String n)
                  throws java.io.IOException
Create a new object.

Parameters:
rar - the input
offset - the offset
n - the name of the table
Throws:
java.io.IOException - if an IO-error occurs.
Method Detail

getBaseScriptListOffset

public int getBaseScriptListOffset()
Returns the baseScriptListOffset.

Returns:
Returns the baseScriptListOffset.

getBasetaglist

public OtfTableBASE.BaseTagList getBasetaglist()
Getter for basetaglist.

Returns:
the basetaglist

getBaseTagListOffset

public int getBaseTagListOffset()
Returns the baseTagListOffset.

Returns:
Returns the baseTagListOffset.

getName

public java.lang.String getName()
Returns the name.

Returns:
Returns the name.

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)