public final class

LayoutElementBuilders.Arc

extends java.lang.Object

implements LayoutElementBuilders.LayoutElement

 java.lang.Object

↳androidx.wear.tiles.builders.LayoutElementBuilders.Arc

Overview

An arc container. This container will fill itself to a circle, which fits inside its parent container, and all of its children will be placed on that circle. The fields anchor_angle and anchor_type can be used to specify where to draw children within this circle.

Summary

Methods
public static LayoutElementBuilders.Arc.Builderbuilder()

Returns a new LayoutElementBuilders.Arc.Builder.

public static LayoutElementBuilders.ArcfromProto(LayoutElementProto.Arc proto)

public LayoutElementProto.LayoutElementtoLayoutElementProto()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public static LayoutElementBuilders.Arc.Builder builder()

Returns a new LayoutElementBuilders.Arc.Builder.

public static LayoutElementBuilders.Arc fromProto(LayoutElementProto.Arc proto)

public LayoutElementProto.LayoutElement toLayoutElementProto()