Class SquareAnnotation

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

public class SquareAnnotation extends WritableAnnotation
Class generates Square Annotation
See Also:
  • Constructor Details

    • SquareAnnotation

      public SquareAnnotation(int page, float x0, float y0, float x1, float y1)
      Square 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
    • SquareAnnotation

      public SquareAnnotation(int page, float x0, float y0, float x1, float y1, FormObject form)
      Square 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