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
iText drawer used for image only visible signature creation
-
Field Summary
Fields inherited from class eu.europa.esig.dss.pdf.openpdf.visible.AbstractITextSignatureDrawer
appearance, parameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw()Draw the visible signatureprotected DSSFontMetricsReturns the associated with the drawer font metricsMethods inherited from class eu.europa.esig.dss.pdf.openpdf.visible.AbstractITextSignatureDrawer
buildSignatureFieldBox, getFinalRotation, getPageAnnotationBox, getPageRotation, getRotatedAnnotationRelativelyPageRotation, init, toAnnotationBox, toITextRectangle
-
Constructor Details
-
ImageOnlySignatureDrawer
public ImageOnlySignatureDrawer()Default constructor
-
-
Method Details
-
draw
public void draw()Description copied from interface:SignatureDrawerDraw the visible signature -
getDSSFontMetrics
Description copied from class:AbstractITextSignatureDrawerReturns the associated with the drawer font metrics- Specified by:
getDSSFontMetricsin classAbstractITextSignatureDrawer- Returns:
DSSFontMetrics
-