Package 

Class AsyncImagePainter.State.Success

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Painter painter
      private final SuccessResult result
    • Method Summary

      Modifier and Type Method Description
      Painter getPainter() The current painter being drawn by AsyncImagePainter.
      final SuccessResult getResult()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AsyncImagePainter.State.Success

        AsyncImagePainter.State.Success(Painter painter, SuccessResult result)