com.lowagie.text.pdf.draw
public interface DrawInterface
Since: 2.1.2
Method Summary | |
---|---|
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). |
Parameters: canvas the canvas on which you can draw llx the x coordinate of the left page margin lly the y coordinate of the bottom page margin urx the x coordinate of the right page margin ury the y coordinate of the top page margin y the current y position on the page