List of usage examples for com.lowagie.text.pdf.draw DrawInterface DrawInterface
DrawInterface
From source file:nl.dykema.jxmlnote.report.pdf.PdfTab.java
License:Open Source License
public PdfTab(PdfReport rep, float nextTab) { super(new DrawInterface() { public void draw(PdfContentByte cn, float a1, float a2, float a3, float a4, float a5) { // draws nothing }/*from ww w.j a v a2s.c om*/ }, nextTab); _nextTab = nextTab; }