|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DviCode | |
|---|---|
| org.extex.dviware.type | This package contains classes representing the instructions in a DVI files. |
| Uses of DviCode in org.extex.dviware.type |
|---|
| Classes in org.extex.dviware.type that implement DviCode | |
|---|---|
class |
AbstractDviCode
This is an abstract base class for DVI instructions. |
class |
DviBop
This class represents the DVI instruction bop. |
class |
DviDown
This class represents the DVI instruction down. |
class |
DviEop
This class represents the DVI instruction eop. |
class |
DviFnt
This class represents the DVI instruction fnt. |
class |
DviFntDef
This class represents the DVI instruction fnt_def. |
class |
DviPop
This class represents the DVI instruction pop. |
class |
DviPostamble
This class represents the DVI instruction post and the contents up to the terminating post_post. |
class |
DviPreamble
This class represents the DVI instruction pre. |
class |
DviPush
This class represents the DVI instruction push. |
class |
DviPutChar
This class represents the DVI instruction put_char. |
class |
DviPutRule
This class represents the DVI instruction put_rule. |
class |
DviRight
This class represents the DVI instruction right. |
class |
DviSetChar
This class represents the DVI instruction set_char. |
class |
DviSetRule
This class represents the DVI instruction set_rule. |
class |
DviW
This class represents the DVI instruction w. |
class |
DviW0
This class represents the DVI instruction w0. |
class |
DviX
This class represents the DVI instruction x. |
class |
DviX0
This class represents the DVI instruction x0. |
class |
DviXxx
This class represents the DVI instruction xxx. |
class |
DviY
This class represents the DVI instruction y. |
class |
DviY0
This class represents the DVI instruction y0. |
class |
DviZ
This class represents the DVI instruction z. |
class |
DviZ0
This class represents the DVI instruction z0. |
| Fields in org.extex.dviware.type declared as DviCode | |
|---|---|
static DviCode |
DviCode.POP
The constant POP contains the DviCode for the pop instruction. |
static DviCode |
DviCode.PUSH
The constant PUSH contains the DviCode for the push instruction. |
static DviCode |
DviCode.W0
The constant W0 contains the DviCode for the w0 instruction. |
static DviCode |
DviCode.X0
The constant X0 contains the DviCode for the x0 instruction. |
static DviCode |
DviCode.Y0
The constant X0 contains the DviCode for the y0 instruction. |
static DviCode |
DviCode.Z0
The constant Z0 contains the DviCode for the z0 instruction. |
| Method parameters in org.extex.dviware.type with type arguments of type DviCode | |
|---|---|
int |
DviPostamble.mapFont(Font fnt,
java.util.List<DviCode> list)
Determine the font index and insert a font definition into the output list if required. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||