Uses of Class
org.extex.font.format.dvi.command.DviCommand

Packages that use DviCommand
org.extex.font.format.dvi.command   
 

Uses of DviCommand in org.extex.font.format.dvi.command
 

Subclasses of DviCommand in org.extex.font.format.dvi.command
 class DviBOP
          DVI bop: Beginning of a page.
 class DviChar
          DVI: character.
 class DviDown
          DVI: down
 class DviEOP
          DVI: eop: End of Page.
 class DviFntDef
          DVI: fnt_def: Define a font.
 class DviFntNum
          DVI: fnt_num: set the font.
 class DviNOP
          DVI: nop: do nothing.
 class DviPOP
          DVI: pop: Pop the values off the stack.
 class DviPost
          DVI: post: Beginning of the postamble.
 class DviPostPost
          DVI: post post: Ending of the postamble.
 class DviPre
          DVI: pre: Beginning of the preamble.
 class DviPush
          DVI: push: Push the values onto the stack.
 class DviRight
          DVI: right
 class DviRule
          DVI: rule: draw a rule.
 class DviW
          DVI: w: move right
 class DviX
          DVI: x
 class DviXXX
          DVI: xxx: Undefined command e.g.
 class DviY
          DVI: y
 class DviZ
          DVI: z
 

Methods in org.extex.font.format.dvi.command that return DviCommand
static DviCommand DviCommand.getNextCommand(RandomAccessR rar)
          Reads the next dvi command.
 DviCommand DviReadCommand.read(RandomAccessR rar, int opcode, int sp)
          Read a dvi command.