Package-level declarations

Types

Link copied to clipboard
public class CompatDecoderFactory<T>
Compatibility factory to instantiate decoders with empty public constructors.
Link copied to clipboard
public interface DecoderFactory<T>
Interface for decoder (and region decoder) factories.
Link copied to clipboard
public interface ImageDecoder
Interface for image decoding classes, allowing the default based on the Skia library to be replaced with a custom class.
Link copied to clipboard
public interface ImageRegionDecoder
Interface for image decoding classes, allowing the default based on the Skia library to be replaced with a custom class.
Link copied to clipboard
public final class ImageSource
Helper class used to set the source and additional attributes from a variety of sources.
Link copied to clipboard
public class ImageViewState implements Serializable
Wraps the scale, center and orientation of a displayed image for easy restoration on screen rotate.
Link copied to clipboard
public class SkiaImageDecoder
Default implementation of ImageDecoder using Android's BitmapFactory, based on the Skia library.
Link copied to clipboard
Default implementation of ImageRegionDecoder using Android's BitmapRegionDecoder, based on the Skia library.
Link copied to clipboard
Displays an image subsampled as necessary to avoid loading too much image data into memory.
Link copied to clipboard
public class Utils
Created by qinxue on 2018/5/3.