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 signature field rotationGets 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
setRotation
(VisualSignatureRotation rotation) Sets the signature field rotationvoid
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
Gets the image scaling- Returns:
ImageScaling
-
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
Gets the image dpi- Returns:
Integer
-
setDpi
Sets the image dpi- Parameters:
dpi
-Integer
-
getImage
Gets the image document- Returns:
RemoteDocument
-
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
-
getRotation
Gets the signature field rotation- Returns:
VisualSignatureRotation
-
setRotation
Sets the signature field rotation- Parameters:
rotation
-VisualSignatureRotation
-
getZoom
Gets signature field zoom- Returns:
Integer
-
setZoom
Sets the signature field zoom- Parameters:
zoom
-Integer
-
hashCode
public int hashCode() -
equals
-
toString
-