Package 

Class BitmapPaintable

  • All Implemented Interfaces:
    com.google.android.horologist.images.base.paintable.Paintable

    
    public final class BitmapPaintable
     implements Paintable
                        

    A Bitmap that can be represented as a Painter.

    • Constructor Summary

      Constructors 
      Constructor Description
      BitmapPaintable(ImageBitmap bitmap)
    • Method Summary

      Modifier and Type Method Description
      Painter rememberPainter()
      • Methods inherited from class java.lang.Object

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

      • BitmapPaintable

        BitmapPaintable(ImageBitmap bitmap)