|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.tfm.TfmExtensibleRecipe
public class TfmExtensibleRecipe
Class for extensible recipe.
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
| Constructor Summary | |
|---|---|
TfmExtensibleRecipe(RandomAccessR rar,
int id)
Create a new object. |
|
| Method Summary | |
|---|---|
short |
getBot()
Returns the bot. |
short |
getMid()
Returns the mid. |
short |
getRep()
Returns the rep. |
short |
getTop()
Returns the top. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TfmExtensibleRecipe(RandomAccessR rar,
int id)
throws java.io.IOException
rar - the inputid - the id
java.io.IOException - if an IO-error occurs.| Method Detail |
|---|
public short getBot()
public short getMid()
public short getRep()
public short getTop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||