de.dante.extex.format.dvi.command
Class DviPre

java.lang.Object
  extended byde.dante.extex.format.dvi.command.DviCommand
      extended byde.dante.extex.format.dvi.command.DviPre

public class DviPre
extends DviCommand

DVI: pre

Version:
$Revision: 1.1 $
Author:
Michael Niedermair

Field Summary
 
Fields inherited from class de.dante.extex.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 de.dante.extex.format.dvi.command.DviCommand
getFntDefs, getNextCommand, getOpcode, getPost, getPre, getStartPointer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DviPre

public DviPre(int oc,
              int sp,
              int i,
              int anum,
              int aden,
              int amag,
              java.lang.String com)
Create a new object.

Parameters:
oc - the opcode
sp - the start pointer
i - the indentification
anum - the num
aden - the den
amag - the mag
com - the comment
Method Detail

getComment

public java.lang.String getComment()
Returns the comment.

Returns:
Returns the comment.

getDen

public int getDen()
Returns the den.

Returns:
Returns the den.

getIdentifier

public int getIdentifier()
Returns the identifier.

Returns:
Returns the identifier.

getMag

public int getMag()
Returns the mag.

Returns:
Returns the mag.

getNum

public int getNum()
Returns the num.

Returns:
Returns the num.

getName

public java.lang.String getName()
Description copied from class: DviCommand
Returns the name of the command.

Specified by:
getName in class DviCommand
Returns:
Returns the name of the command.
See Also:
DviCommand.getName()