Uses of Class
eu.europa.esig.dss.pades.SignatureImageParameters.VisualSignatureRotation
| Package | Description |
|---|---|
| eu.europa.esig.dss.pades |
-
Uses of SignatureImageParameters.VisualSignatureRotation in eu.europa.esig.dss.pades
Methods in eu.europa.esig.dss.pades that return SignatureImageParameters.VisualSignatureRotation Modifier and Type Method Description SignatureImageParameters.VisualSignatureRotationSignatureImageParameters. getRotation()Returns rotation value for a signature fieldstatic SignatureImageParameters.VisualSignatureRotationSignatureImageParameters.VisualSignatureRotation. valueOf(String name)Returns the enum constant of this type with the specified name.static SignatureImageParameters.VisualSignatureRotation[]SignatureImageParameters.VisualSignatureRotation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.europa.esig.dss.pades with parameters of type SignatureImageParameters.VisualSignatureRotation Modifier and Type Method Description voidSignatureImageParameters. setRotation(SignatureImageParameters.VisualSignatureRotation rotation)Sets a rotation value for the signature field.