Package 

Interface ImageEngine

  • All Implemented Interfaces:
    android.os.Parcelable

    @Stable() 
    public interface ImageEngine
     implements Parcelable
                        
    • Method Summary

      Modifier and Type Method Description
      abstract Unit Thumbnail(MediaResource mediaResource) 加载缩略图时调用
      abstract Unit Image(MediaResource mediaResource) 加载大图时调用
      • Methods inherited from class github.leavesczy.matisse.ImageEngine

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait