public interface DrawInterface
Modifier and Type | Method and Description |
---|---|
void |
draw(PdfContentByte canvas,
float llx,
float lly,
float urx,
float ury,
float y)
Implement this method if you want to draw something at the current Y position
(for instance a line).
|
void draw(PdfContentByte canvas, float llx, float lly, float urx, float ury, float y)
canvas
- the canvas on which you can drawllx
- the x coordinate of the left page marginlly
- the y coordinate of the bottom page marginurx
- the x coordinate of the right page marginury
- the y coordinate of the top page marginy
- the current y position on the pageCopyright © 2018. All rights reserved.