Package 

Interface CropShape


  • @Stable() 
    public interface CropShape
    
                        

    A Shape used to clip the resulting image. Implementations should provide a meaningful equals method, such as (A == B) => A.asPath(R) == B.asPath(R)

    • Method Summary

      Modifier and Type Method Description
      abstract Path asPath(Rect rect)
      • Methods inherited from class java.lang.Object

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

      • asPath

         abstract Path asPath(Rect rect)