A C D F G I N O P R S U Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- allowTranslate(MotionEvent) - Method in class com.jsibbold.zoomage.ZoomageView
- allowZoom(MotionEvent) - Method in class com.jsibbold.zoomage.ZoomageView
- ALWAYS - Static variable in annotation type com.jsibbold.zoomage.AutoResetMode
- AutoResetMode - Annotation Type in com.jsibbold.zoomage
-
Describes how the
ZoomageView
will reset to its original size once interaction with it stops. - AutoResetMode.Parser - Class in com.jsibbold.zoomage
C
- com.jsibbold.zoomage - package com.jsibbold.zoomage
D
- disallowParentTouch(MotionEvent) - Method in class com.jsibbold.zoomage.ZoomageView
F
- fromInt(int) - Static method in class com.jsibbold.zoomage.AutoResetMode.Parser
G
- getAnimateOnReset() - Method in class com.jsibbold.zoomage.ZoomageView
-
Returns status of animateOnReset.
- getAutoCenter() - Method in class com.jsibbold.zoomage.ZoomageView
-
Whether or not the image should automatically center itself when it's dragged partially or fully out of view.
- getAutoResetMode() - Method in class com.jsibbold.zoomage.ZoomageView
-
Get the current
AutoResetMode
mode of the image. - getCurrentScaleFactor() - Method in class com.jsibbold.zoomage.ZoomageView
-
Get the current scale factor of the image, in relation to its starting size.
- getDoubleTapToZoom() - Method in class com.jsibbold.zoomage.ZoomageView
-
Gets double tap to zoom state.
- getDoubleTapToZoomScaleFactor() - Method in class com.jsibbold.zoomage.ZoomageView
-
Gets the double tap to zoom scale factor.
- getRestrictBounds() - Method in class com.jsibbold.zoomage.ZoomageView
-
If restricted bounds are enabled, the image will not be allowed to translate farther inward than the edges of the view's bounds, unless the corresponding dimension (width or height) is smaller than those of the view's frame.
I
- isTranslatable() - Method in class com.jsibbold.zoomage.ZoomageView
-
Returns whether the image is translatable.
- isZoomable() - Method in class com.jsibbold.zoomage.ZoomageView
-
Returns the zoomable state of the image.
N
- NEVER - Static variable in annotation type com.jsibbold.zoomage.AutoResetMode
O
- onScale(ScaleGestureDetector) - Method in class com.jsibbold.zoomage.ZoomageView
- onScaleBegin(ScaleGestureDetector) - Method in class com.jsibbold.zoomage.ZoomageView
- onScaleEnd(ScaleGestureDetector) - Method in class com.jsibbold.zoomage.ZoomageView
- onTouchEvent(MotionEvent) - Method in class com.jsibbold.zoomage.ZoomageView
- OVER - Static variable in annotation type com.jsibbold.zoomage.AutoResetMode
P
- Parser() - Constructor for class com.jsibbold.zoomage.AutoResetMode.Parser
R
- reset() - Method in class com.jsibbold.zoomage.ZoomageView
-
Reset image back to its original size.
- reset(boolean) - Method in class com.jsibbold.zoomage.ZoomageView
-
Reset image back to its starting size.
S
- setAnimateOnReset(boolean) - Method in class com.jsibbold.zoomage.ZoomageView
-
Set whether or not the image should animate when resetting.
- setAutoCenter(boolean) - Method in class com.jsibbold.zoomage.ZoomageView
-
Set whether or not the image should automatically center itself when it's dragged partially or fully out of view.
- setAutoResetMode(int) - Method in class com.jsibbold.zoomage.ZoomageView
-
Set the
AutoResetMode
mode for the image. - setDoubleTapToZoom(boolean) - Method in class com.jsibbold.zoomage.ZoomageView
-
Sets double tap to zoom state.
- setDoubleTapToZoomScaleFactor(float) - Method in class com.jsibbold.zoomage.ZoomageView
-
Sets the double tap to zoom scale factor.
- setEnabled(boolean) - Method in class com.jsibbold.zoomage.ZoomageView
-
Set enabled state of the view.
- setImageBitmap(Bitmap) - Method in class com.jsibbold.zoomage.ZoomageView
- setImageDrawable(Drawable) - Method in class com.jsibbold.zoomage.ZoomageView
- setImageResource(int) - Method in class com.jsibbold.zoomage.ZoomageView
- setImageURI(Uri) - Method in class com.jsibbold.zoomage.ZoomageView
- setRestrictBounds(boolean) - Method in class com.jsibbold.zoomage.ZoomageView
-
Set the restrictBounds status of the image.
- setScaleRange(float, float) - Method in class com.jsibbold.zoomage.ZoomageView
-
Set the minimum and maximum allowed scale for zooming.
- setScaleType(ImageView.ScaleType) - Method in class com.jsibbold.zoomage.ZoomageView
- setTranslatable(boolean) - Method in class com.jsibbold.zoomage.ZoomageView
-
Set the image's translatable state.
- setZoomable(boolean) - Method in class com.jsibbold.zoomage.ZoomageView
-
Set the zoomable state of the image.
U
- UNDER - Static variable in annotation type com.jsibbold.zoomage.AutoResetMode
Z
- ZoomageView - Class in com.jsibbold.zoomage
-
ZoomageView is a pinch-to-zoom extension of
ImageView
, providing a smooth user experience and a very natural feel when zooming and translating. - ZoomageView(Context) - Constructor for class com.jsibbold.zoomage.ZoomageView
- ZoomageView(Context, AttributeSet) - Constructor for class com.jsibbold.zoomage.ZoomageView
- ZoomageView(Context, AttributeSet, int) - Constructor for class com.jsibbold.zoomage.ZoomageView
All Classes All Packages