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 AnnotationBox
AbstractPDFSignatureService. buildSignatureFieldBox(SignatureDrawer signatureDrawer)
Returns a SignatureFieldBox.protected AnnotationBox
AbstractPDFSignatureService. checkVisibleSignatureFieldBoxPosition(PdfDocumentReader reader, SignatureFieldParameters parameters)
Checks if the signatureFieldBox overlaps with any existing annotations on the given pageAnnotationBox
PdfAnnotation. getAnnotationBox()
Returns theAnnotationBox
AnnotationBox
PdfDocumentReader. getPageBox(int page)
Returns a page box dimensionsAnnotationBox
AnnotationBox. toPdfPageCoordinates(float pageHeight)
Creates a newAnnotationBox
mirrored vertically relatively to the givenpageHeight
The 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 boolean
PdfModificationDetectionUtils. isAnnotationBoxOverlapping(AnnotationBox annotationBox, List<PdfAnnotation> pdfAnnotations)
Checks if the givenannotationBox
overlaps withotherAnnotations
boolean
AnnotationBox. isOverlap(AnnotationBox box)
Checks if the currentAnnotationBox
overlaps with the givenbox
Constructors 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 AnnotationBox
ITextDocumentReader. 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 AnnotationBox
ITextVisualSignatureAppearance. 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 AnnotationBox
PdfBoxDocumentReader. 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 AnnotationBox
SignatureImageAndPosition. 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 AnnotationBox
SignatureFieldDimensionAndPosition. 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 AnnotationBox
AbstractFontMetrics. computeTextBoundaryBox(String text, float fontSize, float padding)
Computes a text boundary boxAnnotationBox
VisualSignatureFieldAppearance. getAnnotationBox()
Creates anAnnotationBox
from the SignatureFieldBoxstatic AnnotationBox
ImageUtils. getImageBoundaryBox(SignatureImageParameters imageParameters)
Returns image boundary box.