| Package | Description |
|---|---|
| com.martijncourteaux.multitouchgestures | |
| com.martijncourteaux.multitouchgestures.event |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
MultiTouchGestureUtilities.dispatchMagnifyGesture(double mouseX,
double mouseY,
double magnification,
GestureEvent.Phase phase) |
protected static void |
MultiTouchGestureUtilities.dispatchRotateGesture(double mouseX,
double mouseY,
double rotation,
GestureEvent.Phase phase) |
protected static void |
MultiTouchGestureUtilities.dispatchScrollGesture(double mouseX,
double mouseY,
double dX,
double dY,
GestureEvent.Phase phase,
GestureEvent.Subtype subtype) |
| Modifier and Type | Method and Description |
|---|---|
static GestureEvent.Phase |
GestureEvent.Phase.getByCode(int code) |
GestureEvent.Phase |
GestureEvent.getPhase() |
static GestureEvent.Phase |
GestureEvent.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GestureEvent.Phase[] |
GestureEvent.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GestureEvent(JComponent source,
double mouseX,
double mouseY,
double absMouseX,
double absMouseY,
GestureEvent.Phase phase) |
MagnifyGestureEvent(JComponent source,
double mouseX,
double mouseY,
double absMouseX,
double absMouseY,
GestureEvent.Phase phase,
double magnification) |
RotateGestureEvent(JComponent source,
double mouseX,
double mouseY,
double absMouseX,
double absMouseY,
GestureEvent.Phase phase,
double rotation) |
ScrollGestureEvent(JComponent source,
double mouseX,
double mouseY,
double absMouseX,
double absMouseY,
GestureEvent.Phase phase,
double dX,
double dY,
GestureEvent.Subtype subtype) |
Copyright © 2023. All rights reserved.