|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DviCode
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 of the DVI instruction. |
int |
write(java.io.OutputStream stream)
Write the code to the output stream. |
| Field Detail |
|---|
static final DviCode POP
static final DviCode PUSH
static final DviCode W0
static final DviCode X0
static final DviCode Y0
static final DviCode Z0
| Method Detail |
|---|
java.lang.String getName()
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 | |||||||||