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

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

public class DviXXX
extends DviCommand

DVI: xxx

Version:
$Revision: 1.2 $
Author:
Michael Niedermair

Field Summary
 
Fields inherited from class de.dante.extex.format.dvi.command.DviCommand
BOP_LENGTH
 
Constructor Summary
DviXXX(int opc, int sp, int[] v)
          Create a new object.
 
Method Summary
 java.lang.String getName()
          Returns the name of the command.
 int[] getValues()
          Returns the values.
 java.lang.String getXXXString()
          Return teh values as String.
 
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

DviXXX

public DviXXX(int opc,
              int sp,
              int[] v)
Create a new object.

Parameters:
opc - the opcode
sp - the start pointer
v - the values
Method Detail

getValues

public int[] getValues()
Returns the values.

Returns:
Returns the values.

getXXXString

public java.lang.String getXXXString()
Return teh values as String. If xxx has only printed letters, the the String is returned, otherwise the hexvalues.

Returns:
Return a String for the values.

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()