|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.font.type.tfm.TFMWidthArray
Class for TFM width table.
width : array [0 .. (nw-1)] of fix word
Information from: The DVI Driver Standard, Level 0 The TUG DVI Driver Standards Committee
Constructor Summary | |
TFMWidthArray(RandomAccessR rar,
int size)
Create a new object |
Method Summary | |
TFMFixWord[] |
getTable()
Returns the table. |
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 TFMWidthArray(RandomAccessR rar, int size) throws java.io.IOException
rar
- the inputsize
- number of words in the table
java.io.IOException
- if an IO-error occurs.Method Detail |
public TFMFixWord[] getTable()
public void writeXML(XMLStreamWriter writer) throws java.io.IOException
XMLWriterConvertible
writeXML
in interface XMLWriterConvertible
writer
- the XML-Writer
java.io.IOException
- if an IO-error occurs.XMLWriterConvertible.writeXML(de.dante.util.xml.XMLStreamWriter)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |