|
JTablet 1.2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TabletDevice | |
---|---|
cello.jtablet.event | Provides interfaces and classes for dealing with tablet events on AWT components. |
Uses of TabletDevice in cello.jtablet.event |
---|
Methods in cello.jtablet.event that return TabletDevice | |
---|---|
TabletDevice |
TabletEvent.getDevice()
Returns the tablet device associated with this event. |
Constructors in cello.jtablet.event with parameters of type TabletDevice | |
---|---|
TabletEvent(Component source,
TabletEvent.Type type,
long when,
int modifiers,
int rawTabletButtonMask,
TabletDevice device,
float x,
float y)
Constructs a new TabletEvent with some of the trimmings... |
|
TabletEvent(Component source,
TabletEvent.Type type,
long when,
int modifiers,
int rawTabletButtonMask,
TabletDevice device,
float x,
float y,
float pressure,
float tiltX,
float tiltY,
float sidePressure,
float rotation,
int button)
Constructs a new TabletEvent with all the trimmings... |
|
TabletEvent(Component source,
TabletEvent.Type type,
long when,
int modifiers,
TabletDevice device,
float x,
float y,
float rotation,
float deltaX,
float deltaY,
float zoom)
Constructs a new TabletEvent with some of the trimmings... |
|
TabletEvent(Component source,
TabletEvent.Type type,
long when,
int modifiers,
TabletDevice device,
float x,
float y,
float pressure,
float tiltX,
float tiltY,
float sidePressure,
float rotation,
float deltaX,
float deltaY,
float zoom,
int button,
int rawTabletButtonMask)
Constructs a new TabletEvent with all the trimmings... |
|
TabletEvent(Component source,
TabletEvent.Type type,
long when,
TabletDevice device,
int modifiers,
float x,
float y,
int button)
Constructs a new TabletEvent with some of the trimmings... |
|
TabletEvent(MouseEvent e,
TabletEvent.Type type,
TabletDevice device)
Wrap a MouseEvent as a TabletEvent. |
|
TabletEvent(MouseEvent e,
TabletEvent.Type type,
TabletDevice device,
Component c,
float x,
float y)
Wrap a MouseEvent as a TabletEvent. |
|
JTablet 1.2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |