Package | Description |
---|---|
com.metsci.glimpse.axis.listener.touch |
Provides classes used to update Axis1D and Axis2D instances in response to gesture events.
|
com.metsci.glimpse.event.touch |
Glimpse specific listener classes allow
Axis1D
instances to respond to high level touch events (like pans, zooms, pinches,
and swipes). |
com.metsci.glimpse.layout |
Provides a MigLayout-based framework for partitioning a
GlimpseCanvas into multiple
logical drawing areas. |
Modifier and Type | Method and Description |
---|---|
void |
AxisGestureListener2D.longPressDetected(GlimpseLongPressGestureEvent event) |
void |
AxisGestureListener1D.longPressDetected(GlimpseLongPressGestureEvent event) |
Modifier and Type | Method and Description |
---|---|
GlimpseLongPressGestureEvent |
GlimpseLongPressGestureEvent.withNewTarget(GlimpseTargetStack targetStack,
int x,
int y) |
Modifier and Type | Method and Description |
---|---|
void |
GlimpseGestureAdapter.longPressDetected(GlimpseLongPressGestureEvent event) |
void |
GlimpseGestureListener.longPressDetected(GlimpseLongPressGestureEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
GlimpseTouchWrapper.longPressDetected(GlimpseLongPressGestureEvent event) |
void |
GlimpseTouchLayout.longPressDetected(GlimpseLongPressGestureEvent event) |
Copyright © 2013 Metron, Inc.. All rights reserved.