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

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

public class DviZ
extends DviCommand

DVI: z

Version:
$Revision: 1.1 $
Author:
Michael Niedermair

Field Summary
 
Fields inherited from class de.dante.extex.format.dvi.command.DviCommand
BOP_LENGTH
 
Constructor Summary
DviZ(int opc, int sp, int v)
          Create a new object.
DviZ(int opc, int sp, int v, boolean z)
          Create a new object.
 
Method Summary
 java.lang.String getName()
          Returns the name of the command.
 int getValue()
          Returns the value.
 boolean isZ0()
          Returns the z0.
 
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

DviZ

public DviZ(int opc,
            int sp,
            int v)
Create a new object.

Parameters:
opc - the opcode
sp - the start pointer
v - the value

DviZ

public DviZ(int opc,
            int sp,
            int v,
            boolean z)
Create a new object.

Parameters:
opc - the opcode
sp - the start pointer
v - the value
z - the z0
Method Detail

getValue

public int getValue()
Returns the value.

Returns:
Returns the value.

isZ0

public boolean isZ0()
Returns the z0.

Returns:
Returns the zy0.

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