Example usage for com.lowagie.text.pdf PdfAnnotation subclass-usage

List of usage examples for com.lowagie.text.pdf PdfAnnotation subclass-usage

Introduction

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

Usage

From source file org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal.PolygonAnnotation.java

public class PolygonAnnotation extends PdfAnnotation {
    private static final PdfName POLYGON = new PdfName("Polygon"); // NON-NLS
    private static final PdfName VERTICES = new PdfName("Vertices"); // NON-NLS

    public PolygonAnnotation(final PdfWriter writer, final float[] coords) {
        super(writer, null);