|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.format.dvi.command.DviCommand
de.dante.extex.format.dvi.command.DviY
DVI: y
Field Summary |
Fields inherited from class de.dante.extex.format.dvi.command.DviCommand |
BOP_LENGTH |
Constructor Summary | |
DviY(int opc,
int sp,
int v)
Create a new object. |
|
DviY(int opc,
int sp,
int v,
boolean y)
Create a new object. |
Method Summary | |
java.lang.String |
getName()
Returns the name of the command. |
int |
getValue()
Returns the value. |
boolean |
isY0()
Returns the y0. |
Methods inherited from class de.dante.extex.format.dvi.command.DviCommand |
getFntDefs, getNextCommand, getOpcode, getPost, getPre, getStartPointer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DviY(int opc, int sp, int v)
opc
- the opcodesp
- the start pointerv
- the valuepublic DviY(int opc, int sp, int v, boolean y)
opc
- the opcodesp
- the start pointerv
- the valuey
- the y0Method Detail |
public int getValue()
public boolean isY0()
public java.lang.String getName()
DviCommand
getName
in class DviCommand
DviCommand.getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |