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 metricsprotected com.lowagie.text.pdf.PdfNameReturns color space name for the provided imageMethods inherited from class eu.europa.esig.dss.pdf.openpdf.visible.AbstractITextSignatureDrawer
addColorSpace, buildSignatureFieldBox, checkColorSpace, getFinalRotation, getPageAnnotationBox, getPageRotation, getRotatedAnnotationRelativelyPageRotation, init, toAnnotationBox, toITextRectangle
-
Constructor Details
-
ImageOnlySignatureDrawer
public ImageOnlySignatureDrawer()Default constructor
-
-
Method Details
-
draw
-
getDSSFontMetrics
Description copied from class:AbstractITextSignatureDrawerReturns the associated with the drawer font metrics- Specified by:
getDSSFontMetricsin classAbstractITextSignatureDrawer- Returns:
DSSFontMetrics
-
getExpectedColorSpaceName
protected com.lowagie.text.pdf.PdfName getExpectedColorSpaceName()Description copied from class:AbstractITextSignatureDrawerReturns color space name for the provided image- Specified by:
getExpectedColorSpaceNamein classAbstractITextSignatureDrawer- Returns:
PdfNamecolor space name
-