Example usage for com.itextpdf.text.pdf PdfDocument subclass-usage

List of usage examples for com.itextpdf.text.pdf PdfDocument subclass-usage

Introduction

In this page you can find the example usage for com.itextpdf.text.pdf PdfDocument subclass-usage.

Usage

From source file com.softwaremagico.tm.pdf.complete.CharacterSheet.java

public class CharacterSheet extends PdfDocument {
    private final static float[] REAR_TABLE_WIDTHS = { 1f, 1f, 1f };
    private final static int PSI_ROWS = 10;
    private final static int PSI_EXTENDED_ROWS = 21;
    private CharacterPlayer characterPlayer = null;