|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.tfm.TfmDepthArray
public class TfmDepthArray
Class for TFM depth table.
width : array [0 .. (nd-1)] of fix word
Information from: The DVI Driver Standard, Level 0 The TUG DVI Driver Standards Committee
| Constructor Summary | |
|---|---|
TfmDepthArray(RandomAccessR rar,
int size)
Create a new object. |
|
| Method Summary | |
|---|---|
TfmFixWord[] |
getTable()
Returns the table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TfmDepthArray(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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||