Class RectangleAnnotation


  • public class RectangleAnnotation
    extends Annotation
    Contains configuration for Rectangle Annotation
    Author:
    schowdhury
    • Constructor Detail

      • RectangleAnnotation

        public RectangleAnnotation()
      • RectangleAnnotation

        public RectangleAnnotation​(com.saperion.hyrcs.models.DocDimension docDimension,
                                   boolean editMode)
    • Method Detail

      • draw

        public void draw​(Section section)
        Description copied from class: Annotation
        This is an abstract method for filling up the annotation configuration by different types of annotations subclasses
        Specified by:
        draw in class Annotation
        Parameters:
        section - contains information about an annotation (e.g. - annotation type and key value pairs)