org.extex.font.format.dvi.command
Interface DviExecuteCommand

All Known Implementing Classes:
VfDvi2Node, VfDviXml

public interface DviExecuteCommand

Interface for a DVI command to execute.

Version:
$Revision: 6053 $
Author:
Michael Niedermair

Method Summary
 void execute(DviBOP command)
          execute DviBOP
 void execute(DviChar command)
          execute DviChar.
 void execute(DviDown command)
          execute DviDown
 void execute(DviEOP command)
          execute DviEOP
 void execute(DviFntDef command)
          execute DviFntDef
 void execute(DviFntNum command)
          execute DviFntNum
 void execute(DviNOP command)
          execute DviNOP
 void execute(DviPOP command)
          execute DviPOP
 void execute(DviPost command)
          execute DviPost
 void execute(DviPostPost command)
          execute DviPostPost
 void execute(DviPre command)
          execute DviPre
 void execute(DviPush command)
          execute DviPUSH
 void execute(DviRight command)
          execute DviRight
 void execute(DviRule command)
          execute DviRule
 void execute(DviW command)
          execute DviW
 void execute(DviX command)
          execute DviX
 void execute(DviXXX command)
          execute DviXXX
 void execute(DviY command)
          execute DviY
 void execute(DviZ command)
          execute DviZ
 

Method Detail

execute

void execute(DviChar command)
             throws FontException
execute DviChar.

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviBOP command)
             throws FontException
execute DviBOP

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviDown command)
             throws FontException
execute DviDown

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviEOP command)
             throws FontException
execute DviEOP

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviFntDef command)
             throws FontException
execute DviFntDef

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviFntNum command)
             throws FontException
execute DviFntNum

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviPOP command)
             throws FontException
execute DviPOP

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviNOP command)
             throws FontException
execute DviNOP

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviPost command)
             throws FontException
execute DviPost

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviPostPost command)
             throws FontException
execute DviPostPost

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviPre command)
             throws FontException
execute DviPre

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviPush command)
             throws FontException
execute DviPUSH

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviRight command)
             throws FontException
execute DviRight

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviRule command)
             throws FontException
execute DviRule

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviW command)
             throws FontException
execute DviW

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviX command)
             throws FontException
execute DviX

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviXXX command)
             throws FontException
execute DviXXX

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviY command)
             throws FontException
execute DviY

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.

execute

void execute(DviZ command)
             throws FontException
execute DviZ

Parameters:
command - the command
Throws:
FontException - if a font-error occurs.