Class Blurry.ImageComposer

  • Enclosing class:
    Blurry

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

      Constructors 
      Constructor Description
      ImageComposer​(android.content.Context context, android.view.View capture, jp.wasabeef.blurry.BlurFactor factor, boolean async)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      android.graphics.Bitmap get()  
      void getAsync​(jp.wasabeef.blurry.BlurTask.Callback callback)  
      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

      • ImageComposer

        public ImageComposer​(android.content.Context context,
                             android.view.View capture,
                             jp.wasabeef.blurry.BlurFactor factor,
                             boolean async)
    • Method Detail

      • into

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

        public android.graphics.Bitmap get()
      • getAsync

        public void getAsync​(jp.wasabeef.blurry.BlurTask.Callback callback)