LayoutElementBuilders.Image
public final class LayoutElementBuilders.Image implements LayoutElementBuilders.LayoutElement
An image.
Images used in this element must exist in the resource bundle that corresponds to this layout. Images must have their dimension specified, and will be rendered at this width and height, regardless of their native dimension.
Summary
Nested types |
|---|
public final class LayoutElementBuilders.Image.Builder implements LayoutElementBuilders.LayoutElement.BuilderBuilder for |
Public methods |
|
|---|---|
@Nullable LayoutElementBuilders.ColorFilter |
Gets filtering parameters for this image. |
@Nullable LayoutElementBuilders.ContentScaleModeProp |
Gets how to scale the image resource inside the bounds specified by width/height if its size does not match those bounds. |
@Nullable DimensionBuilders.ImageDimension |
Gets the height of this image. |
@Nullable ModifiersBuilders.Modifiers |
Gets |
@Nullable TypeBuilders.StringProp |
Gets the resource_id of the image to render. |
@Nullable DimensionBuilders.ImageDimension |
Gets the width of this image. |
Public methods
public @Nullable LayoutElementBuilders.ColorFiltergetColorFilter()
Gets filtering parameters for this image. If not specified, defaults to no filtering.
public @Nullable LayoutElementBuilders.ContentScaleModePropgetContentScaleMode()
Gets how to scale the image resource inside the bounds specified by width/height if its size does not match those bounds. Defaults to CONTENT_SCALE_MODE_FIT. Intended for testing purposes only.
public @Nullable DimensionBuilders.ImageDimensiongetHeight()
Gets the height of this image. If not defined, the image will not be rendered. Intended for testing purposes only.
public @Nullable ModifiersBuilders.ModifiersgetModifiers()
Gets androidx.wear.tiles.ModifiersBuilders.Modifiers for this element. Intended for testing purposes only.
public @Nullable TypeBuilders.StringPropgetResourceId()
Gets the resource_id of the image to render. This must exist in the supplied resource bundle. Intended for testing purposes only.
public @Nullable DimensionBuilders.ImageDimensiongetWidth()
Gets the width of this image. If not defined, the image will not be rendered. Intended for testing purposes only.