JTablet 1.2.0 API

Uses of Class
cello.jtablet.TabletDevice.Support

Packages that use TabletDevice.Support
cello.jtablet Provides classes for accessing the tablet and attaching listeners to AWT components. 
 

Uses of TabletDevice.Support in cello.jtablet
 

Methods in cello.jtablet that return TabletDevice.Support
 TabletDevice.Support TabletDevice.getButtonSupport()
          Returns whether this device supports buttons.
 TabletDevice.Support TabletDevice.getFloatSupport()
          Returns whether this device supports floating point coordinates.
 TabletDevice.Support TabletDevice.getPressureSupport()
          Returns whether this device supports pressure sensitivity.
 TabletDevice.Support TabletDevice.getRotationSupport()
          Returns whether this device supports axis rotation.
 TabletDevice.Support TabletDevice.getSidePressureSupport()
          Returns whether this device supports side pressure.
 TabletDevice.Support TabletDevice.getTiltSupport()
          Returns whether this device supports tilt orientation.
 TabletDevice.Support TabletDevice.getUniqueIdSupport()
          Returns whether this device supports unique IDs.
static TabletDevice.Support TabletDevice.Support.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TabletDevice.Support[] TabletDevice.Support.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


JTablet 1.2.0 API