public interface

DimensionBuilders.ImageDimension

 androidx.wear.tiles.DimensionBuilders.ImageDimension

Subclasses:

DimensionBuilders.DpProp, DimensionBuilders.ExpandedDimensionProp, DimensionBuilders.ProportionalDimensionProp

Overview

Interface defining a dimension that can be applied to an image.

Summary

Methods
public static DimensionBuilders.ImageDimensionfromImageDimensionProto(DimensionProto.ImageDimension proto)

Return an instance of one of this object's subtypes, from the protocol buffer representation.

public DimensionProto.ImageDimensiontoImageDimensionProto()

Get the protocol buffer representation of this object.

Methods

public DimensionProto.ImageDimension toImageDimensionProto()

Get the protocol buffer representation of this object.

public static DimensionBuilders.ImageDimension fromImageDimensionProto(DimensionProto.ImageDimension proto)

Return an instance of one of this object's subtypes, from the protocol buffer representation.