类 AvifSubsamplingImageDecoder

  • 所有已实现的接口:
    com.davemorrissey.labs.subscaleview.decoder.ImageDecoder

    public class AvifSubsamplingImageDecoder
    extends java.lang.Object
    implements com.davemorrissey.labs.subscaleview.decoder.ImageDecoder
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      android.graphics.Bitmap decode​(android.content.Context context, android.net.Uri uri)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • AvifSubsamplingImageDecoder

        public AvifSubsamplingImageDecoder()
    • 方法详细资料

      • decode

        @NonNull
        public android.graphics.Bitmap decode​(android.content.Context context,
                                              @NonNull
                                              android.net.Uri uri)
                                       throws java.lang.Exception
        指定者:
        decode 在接口中 com.davemorrissey.labs.subscaleview.decoder.ImageDecoder
        抛出:
        java.lang.Exception