Package com.flyjingfish.openimagelib.photoview
See: Description
-
Interface Summary Interface Description OnChangedListener OnOutsidePhotoTapListener Callback when the user tapped outside of the photo OnScaleChangedListener Interface definition for callback to be invoked when attached ImageView scale changes OnPhotoTapListener A callback to be invoked when the Photo is tapped with a single tap. OnOrientationListener OnViewDragListener Interface definition for a callback to be invoked when the photo is experiencing a drag event OnSingleFlingListener A callback to be invoked when the ImageView is flung with a single touch OnMatrixChangedListener Interface definition for a callback to be invoked when the internal Matrix has changed for this View. OnViewTapListener OnGestureListener OnScaleGestureListener The listener for receiving notifications when gestures occur.If you want to listen for all the different gestures then implementthis interface. -
Class Summary Class Description CustomGestureDetector Does a whole lot of gesture detecting. ViewUtils ScreenOrientationEvent PhotoView A zoomable ImageView. PhotoViewAttacher The component of PhotoView which does the work allowing for zooming, scaling, panning, etc. SimpleOnScaleGestureListener A convenience class to extend when you only want to listen for a subsetof scaling-related events. ScaleGestureDetector Detects scaling transformation gestures using the supplied MotionEvents.