|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.dvi.command.DviCommand
org.extex.font.format.dvi.command.DviX
public class DviX
DVI: x
| Field Summary |
|---|
| Fields inherited from class org.extex.font.format.dvi.command.DviCommand |
|---|
BOP_LENGTH |
| Constructor Summary | |
|---|---|
DviX(int opc,
int sp,
int v)
Create a new object. |
|
DviX(int opc,
int sp,
int v,
boolean x)
Create a new object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the command. |
int |
getValue()
Returns the value. |
boolean |
isX0()
Returns the x0. |
| Methods inherited from class org.extex.font.format.dvi.command.DviCommand |
|---|
getFntDefs, getNextCommand, getOpcode, getPost, getPre, getStartPointer, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DviX(int opc,
int sp,
int v)
opc - the opcodesp - the start pointerv - the value
public DviX(int opc,
int sp,
int v,
boolean x)
opc - the opcodesp - the start pointerv - the valuex - the x0| Method Detail |
|---|
public java.lang.String getName()
getName in class DviCommandDviCommand.getName()public int getValue()
public boolean isX0()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||