public interface

LayoutElementBuilders.ArcLayoutElement

 androidx.wear.tiles.LayoutElementBuilders.ArcLayoutElement

Subclasses:

LayoutElementBuilders.ArcText, LayoutElementBuilders.ArcLine, LayoutElementBuilders.ArcSpacer, LayoutElementBuilders.ArcAdapter

Overview

Interface defining the root of all elements that can be used in an LayoutElementBuilders.Arc. This exists to act as a holder for all of the actual arc layout elements above.

Summary

Methods
public static LayoutElementBuilders.ArcLayoutElementfromArcLayoutElementProto(LayoutElementProto.ArcLayoutElement proto)

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

public LayoutElementProto.ArcLayoutElementtoArcLayoutElementProto()

Get the protocol buffer representation of this object.

Methods

public LayoutElementProto.ArcLayoutElement toArcLayoutElementProto()

Get the protocol buffer representation of this object.

public static LayoutElementBuilders.ArcLayoutElement fromArcLayoutElementProto(LayoutElementProto.ArcLayoutElement proto)

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