Uses of Class
org.extex.font.format.dvi.DviValues

Packages that use DviValues
org.extex.font.format.dvi This package contains the definitions and implementations for the DVI handling in ExTeX. 
 

Uses of DviValues in org.extex.font.format.dvi
 

Methods in org.extex.font.format.dvi that return DviValues
 DviValues DviStack.pop()
          Removes the DVIValues at the top of this stack and returns that object as the value of this function.
 DviValues DviStack.push(DviValues item)
          Pushes an item onto the top of this stack.
 

Methods in org.extex.font.format.dvi with parameters of type DviValues
 DviValues DviStack.push(DviValues item)
          Pushes an item onto the top of this stack.
 void DviValues.setValues(DviValues val)
          set the values (without f!)
 

Constructors in org.extex.font.format.dvi with parameters of type DviValues
DviValues(DviValues val)
          Create a new object.