|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.dvi.command.DviCommand
org.extex.font.format.dvi.command.DviPre
public class DviPre
DVI: pre: Beginning of the preamble.
| Field Summary |
|---|
| Fields inherited from class org.extex.font.format.dvi.command.DviCommand |
|---|
BOP_LENGTH |
| Constructor Summary | |
|---|---|
DviPre(int oc,
int sp,
int i,
int anum,
int aden,
int amag,
java.lang.String com)
Create a new object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getComment()
Returns the comment. |
int |
getDen()
Returns the den. |
int |
getIdentifier()
Returns the identifier. |
int |
getMag()
Returns the mag. |
java.lang.String |
getName()
Returns the name of the command. |
int |
getNum()
Returns the num. |
| Methods inherited from class org.extex.font.format.dvi.command.DviCommand |
|---|
getFntDefs, getNextCommand, getOpcode, getPost, getPre, getStartPointer, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DviPre(int oc,
int sp,
int i,
int anum,
int aden,
int amag,
java.lang.String com)
oc - the opcodesp - the start pointeri - the indentificationanum - the numaden - the denamag - the magcom - the comment| Method Detail |
|---|
public java.lang.String getComment()
public int getDen()
public int getIdentifier()
public int getMag()
public java.lang.String getName()
getName in class DviCommandDviCommand.getName()public int getNum()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||