| Package | Description |
|---|---|
| com.martijncourteaux.multitouchgestures | |
| com.martijncourteaux.multitouchgestures.event |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
GestureEvent.Subtype |
ScrollGestureEvent.getSubtype() |
static GestureEvent.Subtype |
GestureEvent.Subtype.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GestureEvent.Subtype[] |
GestureEvent.Subtype.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
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.