LayoutElementBuilders.SpanImage
public final class LayoutElementBuilders.SpanImage implements LayoutElementBuilders.Span
An image which can be added to a Span.
Summary
Nested types |
|---|
public final class LayoutElementBuilders.SpanImage.Builder implements LayoutElementBuilders.Span.BuilderBuilder for |
Public methods |
|
|---|---|
@Nullable LayoutElementBuilders.SpanVerticalAlignmentProp |
Gets alignment of this image within the line height of the surrounding |
@Nullable DimensionBuilders.DpProp |
Gets the height of this image. |
@Nullable ModifiersBuilders.SpanModifiers |
Gets |
@Nullable TypeBuilders.StringProp |
Gets the resource_id of the image to render. |
@Nullable DimensionBuilders.DpProp |
Gets the width of this image. |
Public methods
public @Nullable LayoutElementBuilders.SpanVerticalAlignmentPropgetAlignment()
Gets alignment of this image within the line height of the surrounding Spannable. If undefined, defaults to SPAN_VERTICAL_ALIGN_BOTTOM. Intended for testing purposes only.
public @Nullable DimensionBuilders.DpPropgetHeight()
Gets the height of this image. If not defined, the image will not be rendered. Intended for testing purposes only.
public @Nullable ModifiersBuilders.SpanModifiersgetModifiers()
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.DpPropgetWidth()
Gets the width of this image. If not defined, the image will not be rendered. Intended for testing purposes only.