Class SignatureImageAndPosition
java.lang.Object
eu.europa.esig.dss.pdf.pdfbox.visible.defaultdrawer.SignatureImageAndPosition
- All Implemented Interfaces:
VisualSignatureFieldAppearance
public class SignatureImageAndPosition extends Object implements VisualSignatureFieldAppearance
-
Constructor Summary
Constructors Constructor Description SignatureImageAndPosition(float x, float y, float width, float height, BufferedImage signatureImage)
-
Method Summary
Modifier and Type Method Description AnnotationBox
getAnnotationBox()
Creates anAnnotationBox
from the SignatureFieldBoxfloat
getHeight()
BufferedImage
getSignatureImage()
float
getWidth()
float
getX()
float
getY()
-
Constructor Details
-
SignatureImageAndPosition
public SignatureImageAndPosition(float x, float y, float width, float height, BufferedImage signatureImage)
-
-
Method Details
-
getX
public float getX() -
getY
public float getY() -
getWidth
public float getWidth() -
getHeight
public float getHeight() -
getSignatureImage
-
getAnnotationBox
Description copied from interface:VisualSignatureFieldAppearance
Creates anAnnotationBox
from the SignatureFieldBox- Specified by:
getAnnotationBox
in interfaceVisualSignatureFieldAppearance
- Returns:
AnnotationBox
-