Class ShowSignatureCaptureRequest


  • public class ShowSignatureCaptureRequest
    extends Object
    Ecr show signature capture request.
    • Constructor Detail

      • ShowSignatureCaptureRequest

        public ShowSignatureCaptureRequest()
        Create show signature capture request.
      • ShowSignatureCaptureRequest

        public ShowSignatureCaptureRequest​(ShowSignatureCaptureRequest request)
        Create copy of show signature capture request.
    • Method Detail

      • getBrandMode

        public BrandMode getBrandMode()
        Brand mode.
      • getBackgroundColor

        public Color getBackgroundColor()
        Background color.
      • setBackgroundColor

        public void setBackgroundColor​(Color backgroundColor)
        Set background color.
        Throws:
        IllegalArgumentException - backgroundColor is null.
      • getImageFileFormat

        public ImageFileFormat getImageFileFormat()
        Image file format to use.
      • getImageFileWidth

        public int getImageFileWidth()
        Image file width in pixels.
      • setImageFileWidth

        public void setImageFileWidth​(int imageFileWidth)
        Set image file width in pixels.
        Throws:
        IllegalArgumentException - imageFileWidth is less than 0.
      • getImageFileHeight

        public int getImageFileHeight()
        Image file height in pixels.
      • setImageFileHeight

        public void setImageFileHeight​(int imageFileHeight)
        Set image file height in pixels.
        Throws:
        IllegalArgumentException - imageFileHeight is less than 0.
      • getResourceId

        public ResourceId getResourceId()
        Resource identifier.
      • getSignatureColor

        public Color getSignatureColor()
        Signature color.
      • setSignatureColor

        public void setSignatureColor​(Color signatureColor)
        Set signature color.
      • getTheme

        public Theme getTheme()
        Theme.
      • setTheme

        public void setTheme​(Theme theme)
        Set theme.
      • getTimeout

        public int getTimeout()
        Timeout in seconds.
      • setTimeout

        public void setTimeout​(int timeout)
        Set timeout in seconds.
      • getLanguage

        public String getLanguage()
        Language. Can be null if not set.
      • setLanguage

        public void setLanguage​(String language)
        Set language. Can be null if not set.
      • getWatermarkColor

        public Color getWatermarkColor()
        Watermark color.
      • setWatermarkColor

        public void setWatermarkColor​(Color watermarkColor)
        Set watermark color.
      • getWatermarkItems

        public List<String> getWatermarkItems()
        List of watermark items. Returns copy of list. To change list call setWatermarkItems.
      • setWatermarkItems

        public void setWatermarkItems​(List<String> items)
        Set list of watermark items. Stores copy of list.