public interface SignatureCaptureService12 extends BaseService
| Modifier and Type | Method and Description |
|---|---|
void |
beginCapture(java.lang.String formName) |
void |
clearInput() |
void |
endCapture() |
boolean |
getAutoDisable() |
boolean |
getCapDisplay() |
boolean |
getCapRealTimeData() |
boolean |
getCapUserTerminated() |
int |
getDataCount() |
boolean |
getDataEventEnabled() |
int |
getMaximumX() |
int |
getMaximumY() |
java.awt.Point[] |
getPointArray() |
byte[] |
getRawData() |
boolean |
getRealTimeDataEnabled() |
void |
setAutoDisable(boolean autoDisable) |
void |
setDataEventEnabled(boolean dataEventEnabled) |
void |
setRealTimeDataEnabled(boolean realTimeDataEnabled) |
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEventsboolean getCapDisplay()
throws JposException
JposExceptionboolean getCapRealTimeData()
throws JposException
JposExceptionboolean getCapUserTerminated()
throws JposException
JposExceptionboolean getAutoDisable()
throws JposException
JposExceptionvoid setAutoDisable(boolean autoDisable)
throws JposException
JposExceptionint getDataCount()
throws JposException
JposExceptionboolean getDataEventEnabled()
throws JposException
JposExceptionvoid setDataEventEnabled(boolean dataEventEnabled)
throws JposException
JposExceptionint getMaximumX()
throws JposException
JposExceptionint getMaximumY()
throws JposException
JposExceptionjava.awt.Point[] getPointArray()
throws JposException
JposExceptionbyte[] getRawData()
throws JposException
JposExceptionboolean getRealTimeDataEnabled()
throws JposException
JposExceptionvoid setRealTimeDataEnabled(boolean realTimeDataEnabled)
throws JposException
JposExceptionvoid beginCapture(java.lang.String formName)
throws JposException
JposExceptionvoid clearInput()
throws JposException
JposExceptionvoid endCapture()
throws JposException
JposException