|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.export.draw.Offset
public class Offset
Drawing offset used by the print element draw visitor.
PrintDrawVisitor| Constructor Summary | |
|---|---|
Offset(int x,
int y)
Creates an offset object. |
|
| Method Summary | |
|---|---|
int |
getX()
Returns the horizontal offset. |
int |
getY()
Returns the vertical offset. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Offset(int x,
int y)
x - the horizontal offsety - the vertical offset| Method Detail |
|---|
public int getX()
public int getY()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||