Package 

Interface SizeResolver


  • 
    public interface SizeResolver
    
                        

    An interface for measuring the target size for an image request.

    • Method Summary

      Modifier and Type Method Description
      abstract Size size() Return the Size that the image should be loaded at.
      • Methods inherited from class java.lang.Object

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

      • size

         abstract Size size()

        Return the Size that the image should be loaded at.