Class CircleAnnotation

java.lang.Object
org.jpedal.io.annotation.WritableAnnotation
org.jpedal.io.annotation.CircleAnnotation

public class CircleAnnotation extends WritableAnnotation
Class generates Circle Annotation
See Also:
  • Constructor Details

    • CircleAnnotation

      public CircleAnnotation(int page, float x0, float y0, float x1, float y1)
      Constructor for creating Circle Annotation
      Parameters:
      page - the page number where annotation to be appeared (starting from 0)
      x0 - pdf based min x point
      y0 - pdf based min y point
      x1 - pdf based max x point
      y1 - pdf based max y point
    • CircleAnnotation

      public CircleAnnotation(int page, float x0, float y0, float x1, float y1, FormObject form)
      Constructor for creating Circle Annotation
      Parameters:
      page - the page number where annotation to be appeared (starting from 0)
      x0 - pdf based min x point
      y0 - pdf based min y point
      x1 - pdf based max x point
      y1 - pdf based max y point
      form - FormObject holding values
  • Method Details