Uses of Enum Class
eu.europa.esig.dss.enumerations.ImageScaling
Packages that use ImageScaling
Package
Description
-
Uses of ImageScaling in eu.europa.esig.dss.enumerations
Subclasses with type arguments of type ImageScaling in eu.europa.esig.dss.enumerationsModifier and TypeClassDescriptionenumThis class defines an enumeration that can be used to define the image scaling behavior for signature fields with a fixed sizeMethods in eu.europa.esig.dss.enumerations that return ImageScalingModifier and TypeMethodDescriptionstatic ImageScalingReturns the enum constant of this class with the specified name.static ImageScaling[]ImageScaling.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ImageScaling in eu.europa.esig.dss.pades
Methods in eu.europa.esig.dss.pades that return ImageScalingModifier and TypeMethodDescriptionSignatureImageParameters.getImageScaling()Gets the image scalingMethods in eu.europa.esig.dss.pades with parameters of type ImageScalingModifier and TypeMethodDescriptionvoidSignatureImageParameters.setImageScaling(ImageScaling imageScaling) Sets the parameter used to define an image scaling behavior within a signature field DEFAULT : ImageScaling.STRETCH (stretches the image in both directions in order to fill the signature field) -
Uses of ImageScaling in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return ImageScalingModifier and TypeMethodDescriptionRemoteSignatureImageParameters.getImageScaling()Gets the image scalingMethods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type ImageScalingModifier and TypeMethodDescriptionvoidRemoteSignatureImageParameters.setImageScaling(ImageScaling imageScaling) Sets the image scaling behavior for a signature field with a fixed size