|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.OtfTableBASE.Axis
public class OtfTableBASE.Axis
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 |
|---|
public OtfTableBASE.Axis(RandomAccessR rar,
int offset,
java.lang.String n)
throws java.io.IOException
rar - the inputoffset - the offsetn - the name of the table
java.io.IOException - if an IO-error occurs.| Method Detail |
|---|
public int getBaseScriptListOffset()
public OtfTableBASE.BaseTagList getBasetaglist()
public int getBaseTagListOffset()
public java.lang.String getName()
public void writeXML(XMLStreamWriter writer)
throws java.io.IOException
writeXML in interface XMLWriterConvertiblewriter - the XML-Writer
java.io.IOException - if an IO-error occurs.XMLWriterConvertible.writeXML(
org.extex.util.xml.XMLStreamWriter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||