Class SignatureCaptureService

java.lang.Object
de.gmxhome.conrad.jpos.jpos_base.JposBase
de.gmxhome.conrad.jpos.jpos_base.signaturecapture.SignatureCaptureService
All Implemented Interfaces:
jpos.loader.JposServiceInstance, jpos.services.BaseService, jpos.services.SignatureCaptureService110, jpos.services.SignatureCaptureService111, jpos.services.SignatureCaptureService112, jpos.services.SignatureCaptureService113, jpos.services.SignatureCaptureService114, jpos.services.SignatureCaptureService115, jpos.services.SignatureCaptureService116, jpos.services.SignatureCaptureService12, jpos.services.SignatureCaptureService13, jpos.services.SignatureCaptureService14, jpos.services.SignatureCaptureService15, jpos.services.SignatureCaptureService16, jpos.services.SignatureCaptureService17, jpos.services.SignatureCaptureService18, jpos.services.SignatureCaptureService19

public class SignatureCaptureService extends JposBase implements jpos.services.SignatureCaptureService116
SignatureCapture service implementation. For more details about getter, setter and method implementations, see JposBase.
  • Field Details

    • SignatureCaptureInterface

      public SignatureCaptureInterface SignatureCaptureInterface
      Instance of a class implementing the SignatureCaptureInterface for signature capture specific setter and method calls bound to the property set. Almost always the same object as Data.
  • Constructor Details

    • SignatureCaptureService

      public SignatureCaptureService(SignatureCaptureProperties props, JposDevice device)
      Constructor. Stores given property set and device implementation object.
      Parameters:
      props - Property set.
      device - Device implementation object.
  • Method Details

    • getCapDisplay

      public boolean getCapDisplay() throws jpos.JposException
      Specified by:
      getCapDisplay in interface jpos.services.SignatureCaptureService12
      Throws:
      jpos.JposException
    • getCapRealTimeData

      public boolean getCapRealTimeData() throws jpos.JposException
      Specified by:
      getCapRealTimeData in interface jpos.services.SignatureCaptureService12
      Throws:
      jpos.JposException
    • getCapUserTerminated

      public boolean getCapUserTerminated() throws jpos.JposException
      Specified by:
      getCapUserTerminated in interface jpos.services.SignatureCaptureService12
      Throws:
      jpos.JposException
    • getMaximumX

      public int getMaximumX() throws jpos.JposException
      Specified by:
      getMaximumX in interface jpos.services.SignatureCaptureService12
      Throws:
      jpos.JposException
    • getMaximumY

      public int getMaximumY() throws jpos.JposException
      Specified by:
      getMaximumY in interface jpos.services.SignatureCaptureService12
      Throws:
      jpos.JposException
    • getPointArray

      public Point[] getPointArray() throws jpos.JposException
      Specified by:
      getPointArray in interface jpos.services.SignatureCaptureService12
      Throws:
      jpos.JposException
    • getRawData

      public byte[] getRawData() throws jpos.JposException
      Specified by:
      getRawData in interface jpos.services.SignatureCaptureService12
      Throws:
      jpos.JposException
    • getRealTimeDataEnabled

      public boolean getRealTimeDataEnabled() throws jpos.JposException
      Specified by:
      getRealTimeDataEnabled in interface jpos.services.SignatureCaptureService12
      Throws:
      jpos.JposException
    • setRealTimeDataEnabled

      public void setRealTimeDataEnabled(boolean b) throws jpos.JposException
      Specified by:
      setRealTimeDataEnabled in interface jpos.services.SignatureCaptureService12
      Throws:
      jpos.JposException
    • beginCapture

      public void beginCapture(String formName) throws jpos.JposException
      Specified by:
      beginCapture in interface jpos.services.SignatureCaptureService12
      Throws:
      jpos.JposException
    • endCapture

      public void endCapture() throws jpos.JposException
      Specified by:
      endCapture in interface jpos.services.SignatureCaptureService12
      Throws:
      jpos.JposException