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
ConstructorsConstructorDescriptionDefault constructor instantiating object with null values -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets 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 zoominthashCode()voidsetAlignmentHorizontal(VisualSignatureAlignmentHorizontal alignmentHorizontal) Sets the signature field horizontal alignment on the pagevoidsetAlignmentVertical(VisualSignatureAlignmentVertical alignmentVertical) Sets the signature field vertical alignment on the pagevoidsetBackgroundColor(RemoteColor backgroundColor) Sets the signature field background colorvoidSets the image dpivoidsetFieldParameters(RemoteSignatureFieldParameters fieldParameters) Sets the visual signature field parametersvoidsetImage(RemoteDocument image) Sets the image documentvoidsetImageScaling(ImageScaling imageScaling) Sets the image scaling behavior for a signature field with a fixed sizevoidsetTextParameters(RemoteSignatureImageTextParameters textParameters) Sets the text parametersvoidSets 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
-