|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes DVI code. It must be written to the output stream at the end.
Field Summary | |
static DviCode |
POP
The constant POP contains the DviCode for the pop instruction. |
static DviCode |
PUSH
The constant PUSH contains the DviCode for the push instruction. |
static DviCode |
W0
The constant W0 contains the DviCode for the w0 instruction. |
static DviCode |
X0
The constant X0 contains the DviCode for the x0 instruction. |
static DviCode |
Y0
The constant X0 contains the DviCode for the y0 instruction. |
static DviCode |
Z0
The constant Z0 contains the DviCode for the z0 instruction. |
Method Summary | |
java.lang.String |
getName()
Getter for the name f the DVI instruction. |
int |
write(java.io.OutputStream stream)
Write the code to the output stream. |
Field Detail |
public static final DviCode POP
public static final DviCode PUSH
public static final DviCode W0
public static final DviCode X0
public static final DviCode Y0
public static final DviCode Z0
Method Detail |
public java.lang.String getName()
public int write(java.io.OutputStream stream) throws java.io.IOException
stream
- the target stream
java.io.IOException
- in case of an error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |