Uses of Class
eu.europa.esig.dss.pdf.AnnotationBox
-
Uses of AnnotationBox in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return AnnotationBox Modifier and Type Method Description protected AnnotationBoxAbstractPDFSignatureService. buildSignatureFieldBox(SignatureDrawer signatureDrawer)Returns a SignatureFieldBox.protected AnnotationBoxAbstractPDFSignatureService. checkVisibleSignatureFieldBoxPosition(PdfDocumentReader reader, SignatureFieldParameters parameters)Checks if the signatureFieldBox overlaps with any existing annotations on the given pageAnnotationBoxPdfAnnotation. getAnnotationBox()Returns theAnnotationBoxAnnotationBoxPdfDocumentReader. getPageBox(int page)Returns a page box dimensionsAnnotationBoxAnnotationBox. toPdfPageCoordinates(float pageHeight)Creates a newAnnotationBoxmirrored vertically relatively to the givenpageHeightThe basis for the method: in used pdf implementations the Y origin is bottom based, while in DSS parameters is top-basedMethods in eu.europa.esig.dss.pdf with parameters of type AnnotationBox Modifier and Type Method Description static booleanPdfModificationDetectionUtils. isAnnotationBoxOverlapping(AnnotationBox annotationBox, List<PdfAnnotation> pdfAnnotations)Checks if the givenannotationBoxoverlaps withotherAnnotationsbooleanAnnotationBox. isOverlap(AnnotationBox box)Checks if the currentAnnotationBoxoverlaps with the givenboxConstructors in eu.europa.esig.dss.pdf with parameters of type AnnotationBox Constructor Description PdfAnnotation(AnnotationBox annotationBox)Default constructor -
Uses of AnnotationBox in eu.europa.esig.dss.pdf.openpdf
Methods in eu.europa.esig.dss.pdf.openpdf that return AnnotationBox Modifier and Type Method Description AnnotationBoxITextDocumentReader. getPageBox(int page) -
Uses of AnnotationBox in eu.europa.esig.dss.pdf.openpdf.visible
Methods in eu.europa.esig.dss.pdf.openpdf.visible that return AnnotationBox Modifier and Type Method Description AnnotationBoxITextVisualSignatureAppearance. getAnnotationBox() -
Uses of AnnotationBox in eu.europa.esig.dss.pdf.pdfbox
Methods in eu.europa.esig.dss.pdf.pdfbox that return AnnotationBox Modifier and Type Method Description AnnotationBoxPdfBoxDocumentReader. getPageBox(int page) -
Uses of AnnotationBox in eu.europa.esig.dss.pdf.pdfbox.visible.defaultdrawer
Methods in eu.europa.esig.dss.pdf.pdfbox.visible.defaultdrawer that return AnnotationBox Modifier and Type Method Description AnnotationBoxSignatureImageAndPosition. getAnnotationBox() -
Uses of AnnotationBox in eu.europa.esig.dss.pdf.pdfbox.visible.nativedrawer
Methods in eu.europa.esig.dss.pdf.pdfbox.visible.nativedrawer that return AnnotationBox Modifier and Type Method Description AnnotationBoxSignatureFieldDimensionAndPosition. getAnnotationBox() -
Uses of AnnotationBox in eu.europa.esig.dss.pdf.visible
Methods in eu.europa.esig.dss.pdf.visible that return AnnotationBox Modifier and Type Method Description AnnotationBoxAbstractFontMetrics. computeTextBoundaryBox(String text, float fontSize, float padding)Computes a text boundary boxAnnotationBoxVisualSignatureFieldAppearance. getAnnotationBox()Creates anAnnotationBoxfrom the SignatureFieldBoxstatic AnnotationBoxImageUtils. getImageBoundaryBox(SignatureImageParameters imageParameters)Returns image boundary box.