- setImage
Set the image source from a bitmap, resource, asset, file or other URI, starting
with a given orient
- setMaxScale
Set the maximum scale allowed. A value of 1 means 1:1 pixels at maximum scale.
You may wish to set t
- setMinimumDpi
This is a screen density aware alternative to #setMaxScale(float); it allows you
to express the maxi
- setScaleAndCenter
Externally change the scale and translation of the source image. This may be
used with getCenter() a
- getWidth
- setDoubleTapZoomDpi
A density aware alternative to #setDoubleTapZoomScale(float); this allows you to
express the scale t
- setMinimumScaleType
Set the minimum scale type. See static fields. Normally
#SCALE_TYPE_CENTER_INSIDE is best, for image
- setMinimumTileDpi
By default, image tiles are at least as high resolution as the screen. For a
retina screen this may
- setPanEnabled
Enable or disable pan gesture detection. Disabling pan causes the image to be
centered.
- setZoomEnabled
Enable or disable zoom gesture detection. Disabling zoom locks the the current
scale.
- <init>
- getCenter
Returns the source point at the center of the view.