Class SignatureImageCreator

java.lang.Object
org.eclnt.util.image.SignatureImageCreator

public class SignatureImageCreator extends Object
Utility methods to create an image out of the TOUCHSIGNATURE components. The signature is sent by the component in a semicolon separated format: "x1;y1;x2;y2;x3;y3;..." A line is interrupted with a pair of negative pixel values.
  • Constructor Details

    • SignatureImageCreator

      public SignatureImageCreator()
  • Method Details

    • main

      public static void main(String[] args)
    • createPNGFromSignature

      public static byte[] createPNGFromSignature(String coordinatesCSV)