Class ImageOnlySignatureDrawer
java.lang.Object
eu.europa.esig.dss.pdf.openpdf.visible.AbstractITextSignatureDrawer
eu.europa.esig.dss.pdf.openpdf.visible.ImageOnlySignatureDrawer
- All Implemented Interfaces:
ITextSignatureDrawer
,SignatureDrawer
,SignatureFieldBoxBuilder
public class ImageOnlySignatureDrawer extends AbstractITextSignatureDrawer
-
Field Summary
Fields inherited from class eu.europa.esig.dss.pdf.openpdf.visible.AbstractITextSignatureDrawer
appearance, parameters, signatureFieldId
-
Constructor Summary
Constructors Constructor Description ImageOnlySignatureDrawer()
-
Method Summary
Modifier and Type Method Description ITextVisualSignatureAppearance
buildSignatureFieldBox()
Builds aSignatureFieldBox
, defining signature field position and dimensionvoid
draw()
Draw the visible signatureMethods inherited from class eu.europa.esig.dss.pdf.openpdf.visible.AbstractITextSignatureDrawer
init, toITextRectangle
-
Constructor Details
-
ImageOnlySignatureDrawer
public ImageOnlySignatureDrawer()
-
-
Method Details
-
buildSignatureFieldBox
Description copied from interface:SignatureFieldBoxBuilder
Builds aSignatureFieldBox
, defining signature field position and dimension- Returns:
VisualSignatureFieldAppearance
- Throws:
IOException
- if an exception occurs
-
draw
Description copied from interface:SignatureDrawer
Draw the visible signature- Throws:
IOException
- if an exception occurs
-