- getAltitude() - Method in class codeanticode.tablet.Tablet
-
Returns the current altitude of the pen.
- getAzimuth() - Method in class codeanticode.tablet.Tablet
-
Returns the current x azimuth of the pen.
- getAzimuthXAndAltitude(float[]) - Method in class codeanticode.tablet.Tablet
-
Calculates the current x azimuth and altitude values and return them in the
azimuthXAndAltitude array.
- getPenKind() - Method in class codeanticode.tablet.Tablet
-
Returns the current pen kind: CURSOR is the mouse, STYLUS is the drawing
tip of the pen and ERASER is the eraser tip of the pen.
- getPenX() - Method in class codeanticode.tablet.Tablet
-
Returns the current X position of the pen.
- getPenY() - Method in class codeanticode.tablet.Tablet
-
Returns the current Y position of the pen.
- getPressure() - Method in class codeanticode.tablet.Tablet
-
Returns the current pressure.
- getRotation() - Method in class codeanticode.tablet.Tablet
-
Returns pen rotation.
- getSavedAltitude() - Method in class codeanticode.tablet.Tablet
-
Returns the saved altitude of the pen.
- getSavedAzimuth() - Method in class codeanticode.tablet.Tablet
-
Returns the saved x azimuth of the pen.
- getSavedAzimuthXAndAltitude(float[]) - Method in class codeanticode.tablet.Tablet
-
Calculates the x azimuth and altitude values using the saved tablet state
and return them in the azimuthXAndAltitude array.
- getSavedPenX() - Method in class codeanticode.tablet.Tablet
-
Returns the saved X position of the pen.
- getSavedPenY() - Method in class codeanticode.tablet.Tablet
-
Returns the saved Y position of the pen.
- getSavedPressure() - Method in class codeanticode.tablet.Tablet
-
Returns the saved pressure.
- getSavedRotation() - Method in class codeanticode.tablet.Tablet
-
Returns the saved rotation.
- getSavedSidePressure() - Method in class codeanticode.tablet.Tablet
-
Returns the saved side pressure.
- getSavedTiltX() - Method in class codeanticode.tablet.Tablet
-
Returns the saved X tilt of the pen.
- getSavedTiltY() - Method in class codeanticode.tablet.Tablet
-
Returns the saved Y tilt of the pen.
- getSidePressure() - Method in class codeanticode.tablet.Tablet
-
Barrel button or wheel.
- getTiltX() - Method in class codeanticode.tablet.Tablet
-
Returns the current X tilt of the pen.
- getTiltY() - Method in class codeanticode.tablet.Tablet
-
Returns the current Y tilt of the pen.