|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.XtfTableDirectory.Entry
public static class XtfTableDirectory.Entry
Class for a TTF TableDirectory-Entry.
| Type | Name | Description |
| ULONG | tag | 4 -byte identifier. |
| ULONG | checkSum | CheckSum for this table. |
| ULONG | offset | Offset from beginning of TrueType font file. |
| ULONG | length | Length of this table. |
| Method Summary | |
|---|---|
int |
getCheckSum()
Returns the checkSum. |
int |
getLength()
Returns the length. |
int |
getOffset()
Returns the offset. |
int |
getTag()
Returns the tag. |
java.lang.String |
getTagName()
Returns the tag 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 |
| Method Detail |
|---|
public int getCheckSum()
public int getLength()
public int getOffset()
public int getTag()
public java.lang.String getTagName()
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 | |||||||||