public class MouseRangeGestureSelectionEvent extends MouseRangeSelectionEvent
| Constructor and Description |
|---|
MouseRangeGestureSelectionEvent(java.lang.Object source,
int min,
int max,
Gesture g)
Creates a new instance of MouseRangeGestureSelectionEvent
|
| Modifier and Type | Method and Description |
|---|---|
Gesture |
getGesture() |
boolean |
isBack() |
boolean |
isForward() |
boolean |
isGesture() |
boolean |
isZoomOut() |
getMaximum, getMinimum, isModifiedtoStringpublic MouseRangeGestureSelectionEvent(java.lang.Object source,
int min,
int max,
Gesture g)
public boolean isGesture()
isGesture in class MouseDragEventpublic boolean isBack()
public boolean isForward()
public boolean isZoomOut()
public Gesture getGesture()
getGesture in class MouseDragEvent