Class ShowSignatureCaptureResponse

    • Constructor Detail

      • ShowSignatureCaptureResponse

        public ShowSignatureCaptureResponse​(Reason reason,
                                            ImageFileFormat imageFileFormat,
                                            int imageWidth,
                                            int imageHeight,
                                            byte[] imageData)
                                     throws IOException
        Create show signature capture response.
        Throws:
        IOException - Failed creating image.
    • Method Detail

      • getReason

        public Reason getReason()
        Reason for closing dialog
      • getImageFileFormat

        public ImageFileFormat getImageFileFormat()
        File format of image data.
      • getImageWidth

        public int getImageWidth()
        Image width in pixels.
      • getImageHeight

        public int getImageHeight()
        Image height in pixels.
      • getImageData

        public byte[] getImageData()
        Image data.
      • getImage

        public Image getImage()
        Image object build from image data or null if image data is invalid.
      • toString

        public String toString()
        String representation for debugging purpose.
        Overrides:
        toString in class Object