JTablet 1.2.0 API

Serialized Form


Package cello.jtablet

Class cello.jtablet.TabletDevice extends Object implements Serializable


Package cello.jtablet.event

Class cello.jtablet.event.TabletEvent extends MouseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

x

float x

y

float y

pressure

float pressure

sidePressure

float sidePressure

tiltX

float tiltX

tiltY

float tiltY

rotation

float rotation

scrollX

float scrollX

scrollY

float scrollY

zoomFactor

float zoomFactor

rawTabletButtonMask

int rawTabletButtonMask

type

TabletEvent.Type type

device

TabletDevice device


JTablet 1.2.0 API