public abstract class GestureAdapter extends Object implements GestureListener
| Constructor and Description |
|---|
GestureAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
magnify(MagnifyGestureEvent e) |
void |
rotate(RotateGestureEvent e) |
void |
scroll(ScrollGestureEvent e) |
public void magnify(MagnifyGestureEvent e)
magnify in interface GestureListenerpublic void rotate(RotateGestureEvent e)
rotate in interface GestureListenerpublic void scroll(ScrollGestureEvent e)
scroll in interface GestureListenerCopyright © 2023. All rights reserved.