CIC iSign Version 1.2

InkTools
Class CicWinTab

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--InkTools.CicWinTab
All Implemented Interfaces:
java.lang.Runnable

public class CicWinTab
extends java.lang.Thread

This class establishes communication to CIC's Windows 'JavaInk.DLL' in order to receive data from a digitizer. To use a native digitizer has the advantage to get a higher tablet resolution and to be able to map a device into the InkControl. It contains also functions to get a signature from a connected Palm Organizer.

Note that a developer usually does not use any functions of this class directly since CicInkControl class will automatically generate an instance of this class.

Version:
1.0
Author:
CIC

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CicWinTab(CicInkControl cInk)
          Constructs a new WinTab Object.
 
Method Summary
 void run()
          Run: default methode (from start() call).
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CicWinTab

public CicWinTab(CicInkControl cInk)
Constructs a new WinTab Object.

Method Detail

run

public void run()
Run: default methode (from start() call). Connects to the underlying JavaInk DLL and initializes it. Sets bInitialized to TRUE if OK.

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

CIC iSign Version 1.2