Uses of Class
com.metsci.glimpse.core.event.touch.GlimpseLongPressGestureEvent
-
Packages that use GlimpseLongPressGestureEvent Package Description com.metsci.glimpse.core.axis.listener.touch Provides classes used to update Axis1D and Axis2D instances in response to gesture events.com.metsci.glimpse.core.event.touch Glimpse specific listener classes allowAxis1Dinstances to respond to high level touch events (like pans, zooms, pinches, and swipes).com.metsci.glimpse.core.layout Provides a MigLayout-based framework for partitioning aGlimpseCanvasinto multiple logical drawing areas. -
-
Uses of GlimpseLongPressGestureEvent in com.metsci.glimpse.core.axis.listener.touch
Methods in com.metsci.glimpse.core.axis.listener.touch with parameters of type GlimpseLongPressGestureEvent Modifier and Type Method Description voidAxisGestureListener1D. longPressDetected(GlimpseLongPressGestureEvent event)voidAxisGestureListener2D. longPressDetected(GlimpseLongPressGestureEvent event) -
Uses of GlimpseLongPressGestureEvent in com.metsci.glimpse.core.event.touch
Methods in com.metsci.glimpse.core.event.touch that return GlimpseLongPressGestureEvent Modifier and Type Method Description GlimpseLongPressGestureEventGlimpseLongPressGestureEvent. withNewTarget(GlimpseTargetStack targetStack, int x, int y)Methods in com.metsci.glimpse.core.event.touch with parameters of type GlimpseLongPressGestureEvent Modifier and Type Method Description voidGlimpseGestureAdapter. longPressDetected(GlimpseLongPressGestureEvent event)voidGlimpseGestureListener. longPressDetected(GlimpseLongPressGestureEvent event) -
Uses of GlimpseLongPressGestureEvent in com.metsci.glimpse.core.layout
Methods in com.metsci.glimpse.core.layout with parameters of type GlimpseLongPressGestureEvent Modifier and Type Method Description voidGlimpseTouchLayout. longPressDetected(GlimpseLongPressGestureEvent event)voidGlimpseTouchWrapper. longPressDetected(GlimpseLongPressGestureEvent event)
-