Uses of Interface
eu.europa.esig.dss.pdf.visible.SignatureDrawer
-
Uses of SignatureDrawer in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return SignatureDrawer Modifier and Type Method Description protected SignatureDrawer
AbstractPDFSignatureService. loadSignatureDrawer(SignatureImageParameters imageParameters)
Returns a SignatureDrawer initialized from a providedsignatureDrawerFactory
Methods in eu.europa.esig.dss.pdf with parameters of type SignatureDrawer Modifier and Type Method Description protected AnnotationBox
AbstractPDFSignatureService. buildSignatureFieldBox(SignatureDrawer signatureDrawer)
Returns a SignatureFieldBox.protected void
AbstractPDFSignatureService. checkVisibleSignatureFieldBoxPosition(SignatureDrawer signatureDrawer, PdfDocumentReader documentReader, SignatureFieldParameters fieldParameters)
Checks validity of the SignatureField position -
Uses of SignatureDrawer in eu.europa.esig.dss.pdf.openpdf.visible
Subinterfaces of SignatureDrawer in eu.europa.esig.dss.pdf.openpdf.visible Modifier and Type Interface Description interface
ITextSignatureDrawer
IText (OpenPDF) visual signature drawerClasses in eu.europa.esig.dss.pdf.openpdf.visible that implement SignatureDrawer Modifier and Type Class Description class
AbstractITextSignatureDrawer
The abstract implementation of an IText (OpenPDF) signature drawerclass
ImageOnlySignatureDrawer
class
TextOnlySignatureDrawer
-
Uses of SignatureDrawer in eu.europa.esig.dss.pdf.pdfbox.visible
Subinterfaces of SignatureDrawer in eu.europa.esig.dss.pdf.pdfbox.visible Modifier and Type Interface Description interface
PdfBoxSignatureDrawer
The PDFBox signature drawerClasses in eu.europa.esig.dss.pdf.pdfbox.visible that implement SignatureDrawer Modifier and Type Class Description class
AbstractPdfBoxSignatureDrawer
The abstract implementation of PDFBox signature drawer -
Uses of SignatureDrawer in eu.europa.esig.dss.pdf.pdfbox.visible.defaultdrawer
Classes in eu.europa.esig.dss.pdf.pdfbox.visible.defaultdrawer that implement SignatureDrawer Modifier and Type Class Description class
DefaultPdfBoxVisibleSignatureDrawer
The default PDFBox signature drawer. -
Uses of SignatureDrawer in eu.europa.esig.dss.pdf.pdfbox.visible.nativedrawer
Classes in eu.europa.esig.dss.pdf.pdfbox.visible.nativedrawer that implement SignatureDrawer Modifier and Type Class Description class
NativePdfBoxVisibleSignatureDrawer
The native PDFBox signature drawer. -
Uses of SignatureDrawer in eu.europa.esig.dss.pdf.visible
Methods in eu.europa.esig.dss.pdf.visible that return SignatureDrawer Modifier and Type Method Description SignatureDrawer
SignatureDrawerFactory. getSignatureDrawer(SignatureImageParameters imageParameters)
This method builds an instance ofSignatureDrawer
depending of the givenSignatureImageParameters