JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
F
G
I
N
O
P
R
S
U
Z
A
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
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.
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.
setEnabled(boolean)
- Method in class com.jsibbold.zoomage.
ZoomageView
Set enabled state of the view.
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
A
C
F
G
I
N
O
P
R
S
U
Z
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes