Uses of Class
fr.emn.win32input.jwintab.TabletDevice

Packages that use TabletDevice
fr.emn.reactiveinput.devices   
fr.emn.win32input.jwintab   
 

Uses of TabletDevice in fr.emn.reactiveinput.devices
 

Constructors in fr.emn.reactiveinput.devices with parameters of type TabletDevice
DWintabTablet(java.lang.String name, TabletDevice tablet)
          Constructor
 

Uses of TabletDevice in fr.emn.win32input.jwintab
 

Methods in fr.emn.win32input.jwintab that return TabletDevice
 TabletDevice TabletContext.getDevice()
          Returns the device whose input the context processes.
 TabletDevice TabletCursor.getParentDevice()
           
static TabletDevice[] JWintab.getDevices()
          Returns an array of TabletDevice objects describing the devices.
 

Methods in fr.emn.win32input.jwintab with parameters of type TabletDevice
 void TabletContext.setDevice(TabletDevice device)
          Specifies the device whose input the context processes.
 

Constructors in fr.emn.win32input.jwintab with parameters of type TabletDevice
TabletContext(java.lang.String name, TabletDevice device)
          Creates a new context for a given tablet device.