LayoutElementBuilders.SpanImage.Builder

Added in 1.0.0
Deprecated in 1.2.0

public final class LayoutElementBuilders.SpanImage.Builder implements LayoutElementBuilders.Span.Builder


Builder for SpanImage.

Summary

Public constructors

Public methods

@NonNull LayoutElementBuilders.SpanImage

Builds an instance with values accumulated in this Builder.

@NonNull LayoutElementBuilders.SpanImage.Builder
setAlignment(int alignment)

Sets alignment of this image within the line height of the surrounding .

@NonNull LayoutElementBuilders.SpanImage.Builder

Sets alignment of this image within the line height of the surrounding .

@NonNull LayoutElementBuilders.SpanImage.Builder

Sets the height of this image.

@NonNull LayoutElementBuilders.SpanImage.Builder

Sets androidx.wear.tiles.ModifiersBuilders.Modifiers for this element.

@NonNull LayoutElementBuilders.SpanImage.Builder

Sets the resource_id of the image to render.

@NonNull LayoutElementBuilders.SpanImage.Builder

Sets the resource_id of the image to render.

@NonNull LayoutElementBuilders.SpanImage.Builder

Sets the width of this image.

Public constructors

Builder

Added in 1.0.0
Deprecated in 1.2.0
public Builder()

Public methods

build

Added in 1.4.0-alpha01
Deprecated in 1.4.0-alpha01
public @NonNull LayoutElementBuilders.SpanImage build()

Builds an instance with values accumulated in this Builder.

setAlignment

Added in 1.0.0
Deprecated in 1.2.0
public @NonNull LayoutElementBuilders.SpanImage.Builder setAlignment(int alignment)

Sets alignment of this image within the line height of the surrounding . If undefined, defaults to SPAN_VERTICAL_ALIGN_BOTTOM.

setAlignment

Added in 1.0.0
Deprecated in 1.2.0
public @NonNull LayoutElementBuilders.SpanImage.Builder setAlignment(
    @NonNull LayoutElementBuilders.SpanVerticalAlignmentProp alignment
)

Sets alignment of this image within the line height of the surrounding . If undefined, defaults to SPAN_VERTICAL_ALIGN_BOTTOM.

setHeight

Added in 1.0.0
Deprecated in 1.2.0
public @NonNull LayoutElementBuilders.SpanImage.Builder setHeight(@NonNull DimensionBuilders.DpProp height)

Sets the height of this image. If not defined, the image will not be rendered.

setResourceId

Added in 1.0.0
Deprecated in 1.2.0
public @NonNull LayoutElementBuilders.SpanImage.Builder setResourceId(@NonNull String resourceId)

Sets the resource_id of the image to render. This must exist in the supplied resource bundle.

setResourceId

Added in 1.0.0
Deprecated in 1.2.0
public @NonNull LayoutElementBuilders.SpanImage.Builder setResourceId(@NonNull TypeBuilders.StringProp resourceId)

Sets the resource_id of the image to render. This must exist in the supplied resource bundle.

setWidth

Added in 1.0.0
Deprecated in 1.2.0
public @NonNull LayoutElementBuilders.SpanImage.Builder setWidth(@NonNull DimensionBuilders.DpProp width)

Sets the width of this image. If not defined, the image will not be rendered.