JTablet 1.2.0 API

Uses of Class
cello.jtablet.TabletDevice.Type

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

Uses of TabletDevice.Type in cello.jtablet
 

Methods in cello.jtablet that return TabletDevice.Type
abstract  TabletDevice.Type TabletDevice.getType()
          Returns this device's type (such as stylus pen tip, stylus eraser, mouse cursor, or other).
static TabletDevice.Type TabletDevice.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TabletDevice.Type[] TabletDevice.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


JTablet 1.2.0 API