Class Image.CircleTransform

java.lang.Object
com.syzygy.events.database.Image.CircleTransform
All Implemented Interfaces:
com.squareup.picasso.Transformation
Enclosing class:
Image

private static class Image.CircleTransform extends Object implements com.squareup.picasso.Transformation
Crops the image to the largest circle that fits within.
  • Constructor Details

    • CircleTransform

      private CircleTransform()
  • Method Details

    • transform

      public android.graphics.Bitmap transform(android.graphics.Bitmap source)
      Specified by:
      transform in interface com.squareup.picasso.Transformation
    • key

      public String key()
      Specified by:
      key in interface com.squareup.picasso.Transformation