A
C
D
G
I
L
M
N
R
S
U
V
I
- ImageBySource(java.lang.Object,androidx.compose.ui.Modifier,androidx.compose.ui.Alignment,androidx.compose.ui.layout.ContentScale,java.lang.String,androidx.compose.ui.graphics.ColorFilter,java.lang.Float) - function in com.skydoves.landscapist.ImageWithSource
- Draw image using a drawable source one of ImageBitmap, ImageVector, or Painter.
- ImageComponent - class in com.skydoves.landscapist.components
- The highest level component of the image components.
- imageComponent(kotlin.jvm.functions.Function1) - function in com.skydoves.landscapist.components.ImagePluginComponentKt
- A factory extension for creating a new instance of ImagePluginComponent and running ImagePluginComponent.compose with the block receiver.
- ImageComponentExtensionsKt - class in com.skydoves.landscapist.components
- ImageLoad - class in com.skydoves.landscapist
- ImageLoad(T,kotlin.coroutines.SuspendFunction0,androidx.compose.ui.Modifier,com.skydoves.landscapist.ImageOptions,com.skydoves.landscapist.constraints.Constrainable,kotlin.jvm.functions.Function2) - function in com.skydoves.landscapist.ImageLoad
- A common image loading model for fetching an image asynchronously and run composable for displaying the image.
- ImageLoadState - class in com.skydoves.landscapist
- ImageLoadState is a generic interface that represents image loading states.
- ImageLoadState.Failure - class in com.skydoves.landscapist.ImageLoadState
- Request failed.
- ImageLoadState.Loading - class in com.skydoves.landscapist.ImageLoadState
- Request is currently in progress.
- ImageLoadState.None - class in com.skydoves.landscapist.ImageLoadState
- Request not started.
- ImageLoadState.Success - class in com.skydoves.landscapist.ImageLoadState
- Request is completed successfully and ready to use an ImageBitmap.
- ImageOptions - class in com.skydoves.landscapist
- Represents parameters to load generic Image Composable.
- ImagePlugin - class in com.skydoves.landscapist.plugins
- A pluggable compose interface that will be executed for loading images.
- ImagePlugin.FailureStatePlugin - class in com.skydoves.landscapist.plugins.ImagePlugin
- A pluggable image loading state plugin that will be composed when the state is ImageLoadState.Failure.
- ImagePlugin.LoadingStatePlugin - class in com.skydoves.landscapist.plugins.ImagePlugin
- A pluggable image loading state plugin that will be composed when the state is ImageLoadState.Loading.
- ImagePlugin.PainterPlugin - class in com.skydoves.landscapist.plugins.ImagePlugin
- A pinter plugin interface to be composed with the given Painter.
- ImagePlugin.SuccessStatePlugin - class in com.skydoves.landscapist.plugins.ImagePlugin
- A pluggable image loading state plugin that will be composed when the state is ImageLoadState.Success.
- ImagePluginComponent - class in com.skydoves.landscapist.components
- A pluggable image component that extends ImageComponent and includes a collection of ImagePlugin.
- ImagePluginComponentKt - class in com.skydoves.landscapist.components
- ImageState - class in com.skydoves.landscapist
- The highest level interface of the image loading states.
- ImageWithSource - class in com.skydoves.landscapist
- InternalLandscapistApi - class in com.skydoves.landscapist
- isValidSize() - function in com.skydoves.landscapist.ImageOptions