Class RemoteSignatureImageParameters
java.lang.Object
eu.europa.esig.dss.ws.signature.dto.parameters.RemoteSignatureImageParameters
- All Implemented Interfaces:
Serializable
The parameters to be used for a PDF visual signature creation
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor instantiating object with null values -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the signature field horizontal alignment on the pageGets the signature field vertical alignment on the pageGets the signature field background colorgetDpi()
Gets the image dpiGets the visual signature field parametersgetImage()
Gets the image documentGets the image scalingGets the text parametersgetZoom()
Gets signature field zoomint
hashCode()
void
setAlignmentHorizontal
(VisualSignatureAlignmentHorizontal alignmentHorizontal) Sets the signature field horizontal alignment on the pagevoid
setAlignmentVertical
(VisualSignatureAlignmentVertical alignmentVertical) Sets the signature field vertical alignment on the pagevoid
setBackgroundColor
(RemoteColor backgroundColor) Sets the signature field background colorvoid
Sets the image dpivoid
setFieldParameters
(RemoteSignatureFieldParameters fieldParameters) Sets the visual signature field parametersvoid
setImage
(RemoteDocument image) Sets the image documentvoid
setImageScaling
(ImageScaling imageScaling) Sets the image scaling behavior for a signature field with a fixed sizevoid
setTextParameters
(RemoteSignatureImageTextParameters textParameters) Sets the text parametersvoid
Sets the signature field zoomtoString()
-
Constructor Details
-
RemoteSignatureImageParameters
public RemoteSignatureImageParameters()Default constructor instantiating object with null values
-
-
Method Details
-
getAlignmentHorizontal
Gets the signature field horizontal alignment on the page- Returns:
VisualSignatureAlignmentHorizontal
-
setAlignmentHorizontal
Sets the signature field horizontal alignment on the page- Parameters:
alignmentHorizontal
-VisualSignatureAlignmentHorizontal
-
getAlignmentVertical
Gets the signature field vertical alignment on the page- Returns:
VisualSignatureAlignmentHorizontal
-
setAlignmentVertical
Sets the signature field vertical alignment on the page- Parameters:
alignmentVertical
-VisualSignatureAlignmentVertical
-
getImageScaling
-
setImageScaling
Sets the image scaling behavior for a signature field with a fixed size- Parameters:
imageScaling
-ImageScaling
-
getBackgroundColor
Gets the signature field background color- Returns:
RemoteColor
-
setBackgroundColor
Sets the signature field background color- Parameters:
backgroundColor
-RemoteColor
-
getDpi
-
setDpi
-
getImage
-
setImage
Sets the image document- Parameters:
image
-RemoteDocument
-
getFieldParameters
Gets the visual signature field parameters- Returns:
RemoteSignatureFieldParameters
-
setFieldParameters
Sets the visual signature field parameters- Parameters:
fieldParameters
-RemoteSignatureFieldParameters
-
getTextParameters
Gets the text parameters- Returns:
RemoteSignatureImageTextParameters
-
setTextParameters
Sets the text parameters- Parameters:
textParameters
-RemoteSignatureImageTextParameters
-
getZoom
-
setZoom
-
hashCode
-
equals
-
toString
-