Class FDFAnnotationCircle

java.lang.Object
org.apache.pdfbox.pdmodel.fdf.FDFAnnotation
org.apache.pdfbox.pdmodel.fdf.FDFAnnotationCircle
All Implemented Interfaces:
COSObjectable

public class FDFAnnotationCircle extends FDFAnnotation
This represents a Circle FDF annotation.
Version:
$Revision: 1.1 $
Author:
Ben Litchfield
  • Field Details

  • Constructor Details

    • FDFAnnotationCircle

      public FDFAnnotationCircle()
      Default constructor.
    • FDFAnnotationCircle

      public FDFAnnotationCircle(COSDictionary a)
      Constructor.
      Parameters:
      a - An existing FDF Annotation.
    • FDFAnnotationCircle

      public FDFAnnotationCircle(Element element) throws IOException
      Constructor.
      Parameters:
      element - An XFDF element.
      Throws:
      IOException - If there is an error extracting information from the element.