-
- All Implemented Interfaces:
-
com.skydoves.landscapist.plugins.ImagePlugin
public interface ImagePlugin.PainterPlugin implements ImagePlugin
A pinter plugin interface to be composed with the given Painter.
-
-
Method Summary
Modifier and Type Method Description abstract Paintercompose(ImageBitmap imageBitmap, Painter painter)Compose the given painter with an imageBitmap. -
-
Method Detail
-
compose
@Composable() abstract Painter compose(ImageBitmap imageBitmap, Painter painter)
Compose the given painter with an imageBitmap.
-
-
-
-