Interface | Description |
---|---|
DecoderFactory<T> |
Interface for decoder (and region decoder) factories.
|
ImageDecoder |
Interface for image decoding classes, allowing the default
BitmapRegionDecoder
based on the Skia library to be replaced with a custom class. |
ImageRegionDecoder |
Interface for image decoding classes, allowing the default
BitmapRegionDecoder
based on the Skia library to be replaced with a custom class. |
SubsamplingScaleImageView.OnAnimationEventListener |
An event listener for animations, allows events to be triggered when an animation completes,
is aborted by another animation starting, or is aborted by a touch event.
|
SubsamplingScaleImageView.OnImageEventListener |
An event listener, allowing subclasses and activities to be notified of significant events.
|
SubsamplingScaleImageView.OnStateChangedListener |
An event listener, allowing activities to be notified of pan and zoom events.
|
Class | Description |
---|---|
CompatDecoderFactory<T> |
Compatibility factory to instantiate decoders with empty public constructors.
|
ImageSource |
Helper class used to set the source and additional attributes from a variety of sources.
|
ImageViewState |
Wraps the scale, center and orientation of a displayed image for easy restoration on screen rotate.
|
SkiaImageDecoder |
Default implementation of
com.davemorrissey.labs.subscaleview.decoder.ImageDecoder
using Android's BitmapFactory , based on the Skia library. |
SkiaImageRegionDecoder |
Default implementation of
com.davemorrissey.labs.subscaleview.decoder.ImageRegionDecoder
using Android's BitmapRegionDecoder , based on the Skia library. |
SubsamplingScaleImageView |
Displays an image subsampled as necessary to avoid loading too much image data into memory.
|
SubsamplingScaleImageView.DefaultOnAnimationEventListener |
Default implementation of
SubsamplingScaleImageView.OnAnimationEventListener for extension. |
SubsamplingScaleImageView.DefaultOnImageEventListener |
Default implementation of
SubsamplingScaleImageView.OnImageEventListener for extension. |
SubsamplingScaleImageView.DefaultOnStateChangedListener |
Default implementation of
SubsamplingScaleImageView.OnStateChangedListener . |
Utils |
Created by qinxue on 2018/5/3.
|