Class Blurry.BitmapComposer

  • Enclosing class:
    Blurry

    public static class Blurry.BitmapComposer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BitmapComposer​(android.content.Context context, android.graphics.Bitmap bitmap, jp.wasabeef.blurry.BlurFactor factor, boolean async)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void into​(android.widget.ImageView target)  
      • Methods inherited from class java.lang.Object

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

      • BitmapComposer

        public BitmapComposer​(android.content.Context context,
                              android.graphics.Bitmap bitmap,
                              jp.wasabeef.blurry.BlurFactor factor,
                              boolean async)
    • Method Detail

      • into

        public void into​(android.widget.ImageView target)