Example usage for com.lowagie.text.pdf PdfPTableEvent interface-usage

List of usage examples for com.lowagie.text.pdf PdfPTableEvent interface-usage

Introduction

In this page you can find the example usage for com.lowagie.text.pdf PdfPTableEvent interface-usage.

Usage

From source file com.qcadoo.report.api.pdf.TableBorderEvent.java

/**
 * An implementation class which provide border for pdf tables.
 * 
 */
public final class TableBorderEvent implements PdfPTableEvent {

From source file org.mapfish.print.ChunkDrawer.java

/**
 * Base class for the chunk drawers. It's for parts of the page that needs direct
 * access to the PDF for rendering (usage of the {@link com.lowagie.text.pdf.PdfContentByte}).
 * <p/>
 * Those are scheduled for rendering and will be invoqued ({@link #renderImpl(com.lowagie.text.Rectangle, com.lowagie.text.pdf.PdfContentByte)})
 * when iText is actually rendering the corresponding block.

From source file questions.tables.AlternateBackground.java

public class AlternateBackground implements PdfPTableEvent {

    public void tableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart,
            PdfContentByte[] canvases) {
        int rows = widths.length;
        int columns;