|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.backend.documentWriter.dvi.DviPositions
public class DviPositions
This is a implementation of class holding the dvi positions register.
| Constructor Summary | |
|---|---|
DviPositions(int h,
int v,
int w,
int x,
int y,
int z)
Creates a new instance. |
|
| Method Summary | |
|---|---|
void |
addToH(int increment)
Increment horizontal position. |
void |
addToV(int increment)
Increment vertical position. |
DviPositions |
clone()
Creates and returns a copy of this object. |
int |
getH()
Get horizontal position. |
int |
getV()
Get vertical position. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DviPositions(int h,
int v,
int w,
int x,
int y,
int z)
h - horizontal positionv - vertical positionw - for repeated horizontal spacex - for repeated horizontal spacey - for repeated vertical spacez - for repeated vertical space| Method Detail |
|---|
public DviPositions clone()
clone in class java.lang.Objectpublic void addToH(int increment)
increment - for incrementingpublic void addToV(int increment)
increment - for incrementingpublic int getH()
public int getV()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||