Class Offset
- java.lang.Object
-
- net.sf.jasperreports.engine.export.draw.Offset
-
public class Offset extends java.lang.ObjectDrawing offset used by the print element draw visitor.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
PrintDrawVisitor
-
-
Constructor Summary
Constructors Constructor Description Offset(int x, int y)Creates an offset object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetX()Returns the horizontal offset.intgetY()Returns the vertical offset.
-