C D F G H I J L P S T

C

cello.tablet - package cello.tablet
 
close() - Method in class cello.tablet.JTablet
Unloads the native driver for JTablet
currentCursor - Variable in class cello.tablet.JTablet
 

D

DATA_ARRAY_SIZE - Static variable in class cello.tablet.JTabletCursor
Data type ID for getting the maximum number of data types.
DATA_BUTTONS - Static variable in class cello.tablet.JTabletCursor
Data type ID for getting the bitmask of buttons for this cursor.
DATA_CURSOR - Static variable in class cello.tablet.JTabletCursor
Data type ID for getting the cursor id of this cursor.
DATA_ORIENTATION_ALTITUDE - Static variable in class cello.tablet.JTabletCursor
Data type ID for getting orientation altitude angle for this cursor (between 90 and 0 degrees, although physical range may be less).
DATA_ORIENTATION_AZIMUTH - Static variable in class cello.tablet.JTabletCursor
Data type ID for getting orientation azimuth for this cursor (full 360 degrees clockwise rotation about the z axis).
DATA_ORIENTATION_TWIST - Static variable in class cello.tablet.JTabletCursor
Data type ID for getting orientation twist angle for this cursor (clockwise rotation about the cursor's major access).
DATA_PRESSURE - Static variable in class cello.tablet.JTabletCursor
Data type ID for getting pressure value for this cursor.
DATA_ROTATION_PITCH - Static variable in class cello.tablet.JTabletCursor
Data type ID for getting orientation rotation pitch (currently unsupported).
DATA_ROTATION_ROLL - Static variable in class cello.tablet.JTabletCursor
Data type ID for getting orientation rotation roll (currently unsupported).
DATA_ROTATION_YAW - Static variable in class cello.tablet.JTabletCursor
Data type ID for getting orientation rotation yaw (currently unsupported).
DATA_TANGENT_PRESSURE - Static variable in class cello.tablet.JTabletCursor
Data type ID for getting the tangent pressure for this cursor (airbrush fingerwheel).
DATA_X - Static variable in class cello.tablet.JTabletCursor
Data type ID for getting x position for this cursor.
DATA_Y - Static variable in class cello.tablet.JTabletCursor
Data type ID for getting y position for this cursor.
DATA_Z - Static variable in class cello.tablet.JTabletCursor
Data type ID for getting z position for this cursor.

F

finalize() - Method in class cello.tablet.JTablet
Unloads the native driver for JTablet

G

getAngle() - Method in class cello.tablet.JTablet
Deprecated.  
getButtons() - Method in class cello.tablet.JTablet
Deprecated.  
getCursor() - Method in class cello.tablet.JTablet
Returns the last JTabletCursor that was polled from
getCursorTime() - Method in class cello.tablet.JTabletCursor
Retrieves the time of the last poll.
getCursorType() - Method in class cello.tablet.JTabletCursor
Retrieves the general type of this cursor.
getCursorTypeSpecific() - Method in class cello.tablet.JTabletCursor
Retrieves the specific type of this cursor.
getData(int) - Method in class cello.tablet.JTabletCursor
Retrieves the raw integer data for the specified DATA_XXX type.
getDataFloat(int) - Method in class cello.tablet.JTabletCursor
A helper function that returns a percentage based on minimum, maximum, and current value.
getDataMaximum(int) - Method in class cello.tablet.JTabletCursor
Retrieves the tablet's maximum value for the specified data type.
getDataMinimum(int) - Method in class cello.tablet.JTabletCursor
Retrieves the tablet's minimum value for the specified data type.
getLibraryVersion() - Static method in class cello.tablet.JTablet
Retrieves the current JTablet version of the loaded library.
getName() - Method in class cello.tablet.JTabletCursor
Retrieves the name generated by the tablet driver.
getOrientation() - Method in class cello.tablet.JTablet
Deprecated.  
getPhysicalId() - Method in class cello.tablet.JTabletCursor
Retrieves the 32bit physicalId of this cursor from tablet driver.
getPressure() - Method in class cello.tablet.JTablet
Retrieves the current pressure of the tablet as an int.
getPressure() - Method in class cello.tablet.JTabletCursor
A helper function that returns the translated raw pressure.
getPressureExtent() - Method in class cello.tablet.JTablet
Retrieves the maximum possible pressure of getPressure().
getPressureExtent() - Method in class cello.tablet.JTabletCursor
A helper function that returns the maximum pressure.
getPressureFloat() - Method in class cello.tablet.JTabletCursor
A helper function that returns a percentage based pressure range.
getVersion() - Method in class cello.tablet.JTablet
Retrieves the current JTablet version.
getX() - Method in class cello.tablet.JTablet
Deprecated.  
getY() - Method in class cello.tablet.JTablet
Deprecated.  
getZ() - Method in class cello.tablet.JTablet
Deprecated.  

H

hasCursor() - Method in class cello.tablet.JTablet
Checks if JTablet has a cursor.

I

isDataSupported(int) - Method in class cello.tablet.JTabletCursor
Returns if a specified data type is supported by the cursor.
isPollModeLatest() - Method in class cello.tablet.JTablet
Returns if Poll mode is retrieving the latest information.

J

JTablet - Class in cello.tablet
The entrance JTablet class.
JTablet() - Constructor for class cello.tablet.JTablet
Creates a new JTablet object without full control.
JTablet(boolean) - Constructor for class cello.tablet.JTablet
Creates a new JTablet object.
JTabletCursor - Class in cello.tablet
Object representation of a physical cursor on the tablet.
JTabletException - Exception in cello.tablet
Class that handles JTablet exceptions.
JTabletException(String) - Constructor for exception cello.tablet.JTabletException
Constructs a new JTabletException with a given error message.
JTabletLoadNative - Class in cello.tablet
Wrapper class for Java 2 security handling.
JTabletLoadNative() - Constructor for class cello.tablet.JTabletLoadNative
 

L

loadNative() - Static method in class cello.tablet.JTabletLoadNative
 

P

poll() - Method in class cello.tablet.JTablet
Polls the tablet for the latest tablet information.
pollModeLatest - Variable in class cello.tablet.JTablet
 

S

setPollModeLatest(boolean) - Method in class cello.tablet.JTablet
If this option is enabled (by default), whenever JTablet.poll() is called the latest information will be retrieved, rather than the next available information.

T

TYPE_4DMOUSE - Static variable in class cello.tablet.JTabletCursor
4-D Mouse specific cursor type.
TYPE_AIRBRUSH - Static variable in class cello.tablet.JTabletCursor
Airbrush specific cursor type.
TYPE_LENS_CURSOR - Static variable in class cello.tablet.JTabletCursor
2D Mouse specific cursor type.
TYPE_PEN_ERASER - Static variable in class cello.tablet.JTabletCursor
Pen eraser cursor type.
TYPE_PEN_TIP - Static variable in class cello.tablet.JTabletCursor
Pen tip cursor type.
TYPE_PUCK - Static variable in class cello.tablet.JTabletCursor
Puck cursor type.
TYPE_STYLUS - Static variable in class cello.tablet.JTabletCursor
Stylus specific cursor type.
TYPE_UNKNOWN - Static variable in class cello.tablet.JTabletCursor
Unknown Cursor Type.

C D F G H I J L P S T