Class LineAnnotation


  • public class LineAnnotation
    extends Annotation
    Contains configuration for Line Annotation
    Author:
    schowdhury
    • Constructor Detail

      • LineAnnotation

        public LineAnnotation()
      • LineAnnotation

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

      • isReverseX

        public boolean isReverseX()
      • isReverseY

        public boolean isReverseY()
      • getMarkerStart

        public LineMarker getMarkerStart()
      • getLineCap

        public LineCap getLineCap()
      • 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)