Annotation AutoResetMode

  • All Implemented Interfaces:

    
    public @interface AutoResetMode
    
                        

    Describes how the ZoomImageView will reset to its original size once interaction with it stops. .UNDER will reset when the image is smaller than or equal to its starting size, .OVER when it's larger than or equal to its starting size, .ALWAYS in both situations, and .NEVER causes no reset. Note that when using .NEVER, the image will still animate to within the screen bounds in certain situations.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

    • Method Detail