Class XFDFMarkupAnnotation

    • Constructor Detail

      • XFDFMarkupAnnotation

        public XFDFMarkupAnnotation()
    • Method Detail

      • getOpacity

        public double getOpacity()
      • setOpacity

        public void setOpacity​(double opacity)
      • setFillColor

        public void setFillColor​(Color fillColor)
        Sets the fill color (used for filled areas)
        Overrides:
        setFillColor in class ShapeBasedAnnotation
        Parameters:
        fillColor - New fill color
      • setStrokeColor

        public void setStrokeColor​(Color strokeColor)
        Sets the stroke color (used for lines, borders)
        Overrides:
        setStrokeColor in class ShapeBasedAnnotation
        Parameters:
        strokeColor - New stroke color
      • copyAttributesTo

        protected void copyAttributesTo​(Annotation annotation)
        Description copied from class: Annotation
        Copy annotation type related attributes to new annotation.
        Overrides:
        copyAttributesTo in class XFDFAnnotation
        Parameters:
        annotation - Annotation to set attributes
      • getSubject

        public String getSubject()
      • setSubject

        public void setSubject​(String subject)
      • getIntent

        public String getIntent()
      • setIntent

        public void setIntent​(String intent)
      • getContentsRichtext

        public String getContentsRichtext()
      • setContentsRichtext

        public void setContentsRichtext​(String contentsRichtext)