Package de.dante.dviware.type

This package contains classes representing the instructions in a DVI files.

See:
          Description

Interface Summary
DviCode This interface describes DVI code.
 

Class Summary
AbstractDviCode This is an abstract base class for DVI instructions.
DviBop This class represents the DVI instruction bop.
DviDown This class represents the DVI instruction down.
DviEop This class represents the DVI instruction eop.
DviFnt This class represents the DVI instruction fnt.
DviFntDef This class represents the DVI instruction fnt_def.
DviPop This class represents the DVI instruction pop.
DviPostamble This class represents the DVI instruction post and the contents up to the terminating post_post.
DviPreamble This class represents the DVI instruction pre.
DviPush This class represents the DVI instruction push.
DviPutChar This class represents the DVI instruction put_char.
DviPutRule This class represents the DVI instruction put_rule.
DviRight This class represents the DVI instruction right.
DviSetChar This class represents the DVI instruction set_char.
DviSetRule This class represents the DVI instruction set_rule.
DviW This class represents the DVI instruction w.
DviW0 This class represents the DVI instruction w0.
DviX This class represents the DVI instruction x.
DviX0 This class represents the DVI instruction x0.
DviXxx This class represents the DVI instruction xxx.
DviY This class represents the DVI instruction y.
DviY0 This class represents the DVI instruction y0.
DviZ This class represents the DVI instruction z.
DviZ0 This class represents the DVI instruction z0.
 

Package de.dante.dviware.type Description

This package contains classes representing the instructions in a DVI files.