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 signature field rotationGets 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 sizevoidsetRotation(VisualSignatureRotation rotation) Sets the signature field rotationvoidsetTextParameters(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
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
-