org.extex.font.format.tfm
Class TfmExtenArray

java.lang.Object
  extended by org.extex.font.format.tfm.TfmExtenArray
All Implemented Interfaces:
java.io.Serializable

public class TfmExtenArray
extends java.lang.Object
implements java.io.Serializable

Class for TFM exten array.

Extensible characters are specified by an extensible_recipe, which consists of four bytes called top, mid, bot, and rep (in this order). These bytes are the character codes of individual pieces used to build up a large symbol.

Information from: The DVI Driver Standard, Level 0 The TUG DVI Driver Standards Committee

Version:
$Revision: 6175 $
Author:
Michael Niedermair
See Also:
Serialized Form

Constructor Summary
TfmExtenArray(RandomAccessR rar, int ne)
          Create a new object.
 
Method Summary
 TfmExtensibleRecipe[] getExtensiblerecipe()
          Returns the extensiblerecipe.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TfmExtenArray

public TfmExtenArray(RandomAccessR rar,
                     int ne)
              throws java.io.IOException
Create a new object.

Parameters:
rar - the input
ne - number of words in the extensible character table
Throws:
java.io.IOException - if an IO-error occurs.
Method Detail

getExtensiblerecipe

public TfmExtensibleRecipe[] getExtensiblerecipe()
Returns the extensiblerecipe.

Returns:
Returns the extensiblerecipe.