类 AvisImage

  • 所有已实现的接口:
    com.facebook.imagepipeline.animated.base.AnimatedImage

    public class AvisImage
    extends java.lang.Object
    implements com.facebook.imagepipeline.animated.base.AnimatedImage

    Created by jordanqin on 2023/3/2 16:43. Copyright 2010-2020 Tencent Cloud. All Rights Reserved.

    • 构造器详细资料

      • AvisImage

        public AvisImage​(java.io.InputStream inputStream)
    • 方法详细资料

      • dispose

        public void dispose()
        指定者:
        dispose 在接口中 com.facebook.imagepipeline.animated.base.AnimatedImage
      • getWidth

        public int getWidth()
        指定者:
        getWidth 在接口中 com.facebook.imagepipeline.animated.base.AnimatedImage
      • getHeight

        public int getHeight()
        指定者:
        getHeight 在接口中 com.facebook.imagepipeline.animated.base.AnimatedImage
      • getFrameCount

        public int getFrameCount()
        指定者:
        getFrameCount 在接口中 com.facebook.imagepipeline.animated.base.AnimatedImage
      • getDuration

        public int getDuration()
        指定者:
        getDuration 在接口中 com.facebook.imagepipeline.animated.base.AnimatedImage
      • getFrameDurations

        public int[] getFrameDurations()
        指定者:
        getFrameDurations 在接口中 com.facebook.imagepipeline.animated.base.AnimatedImage
      • getLoopCount

        public int getLoopCount()
        指定者:
        getLoopCount 在接口中 com.facebook.imagepipeline.animated.base.AnimatedImage
      • getFrame

        public AvisFrame getFrame​(int frameNumber)
        指定者:
        getFrame 在接口中 com.facebook.imagepipeline.animated.base.AnimatedImage
      • doesRenderSupportScaling

        public boolean doesRenderSupportScaling()
        指定者:
        doesRenderSupportScaling 在接口中 com.facebook.imagepipeline.animated.base.AnimatedImage
      • getSizeInBytes

        public int getSizeInBytes()
        指定者:
        getSizeInBytes 在接口中 com.facebook.imagepipeline.animated.base.AnimatedImage
      • getFrameInfo

        public com.facebook.imagepipeline.animated.base.AnimatedDrawableFrameInfo getFrameInfo​(int frameNumber)
        指定者:
        getFrameInfo 在接口中 com.facebook.imagepipeline.animated.base.AnimatedImage