public interface

LayoutElementProto.ArcLayoutElementOrBuilder

 androidx.wear.protolayout.proto.LayoutElementProto.ArcLayoutElementOrBuilder

Subclasses:

LayoutElementProto.ArcLayoutElement, LayoutElementProto.ArcLayoutElement.Builder

Summary

Methods
public LayoutElementProto.ArcAdaptergetAdapter()

.androidx.wear.protolayout.proto.ArcAdapter adapter = 4;

public LayoutElementProto.ArcLayoutElement.InnerCasegetInnerCase()

public LayoutElementProto.ArcLinegetLine()

.androidx.wear.protolayout.proto.ArcLine line = 2;

public LayoutElementProto.ArcSpacergetSpacer()

.androidx.wear.protolayout.proto.ArcSpacer spacer = 3;

public LayoutElementProto.ArcTextgetText()

.androidx.wear.protolayout.proto.ArcText text = 1;

public booleanhasAdapter()

.androidx.wear.protolayout.proto.ArcAdapter adapter = 4;

public booleanhasLine()

.androidx.wear.protolayout.proto.ArcLine line = 2;

public booleanhasSpacer()

.androidx.wear.protolayout.proto.ArcSpacer spacer = 3;

public booleanhasText()

.androidx.wear.protolayout.proto.ArcText text = 1;

Methods

public boolean hasText()

.androidx.wear.protolayout.proto.ArcText text = 1;

Returns:

Whether the text field is set.

.androidx.wear.protolayout.proto.ArcText text = 1;

Returns:

The text.

public boolean hasLine()

.androidx.wear.protolayout.proto.ArcLine line = 2;

Returns:

Whether the line field is set.

.androidx.wear.protolayout.proto.ArcLine line = 2;

Returns:

The line.

public boolean hasSpacer()

.androidx.wear.protolayout.proto.ArcSpacer spacer = 3;

Returns:

Whether the spacer field is set.

public LayoutElementProto.ArcSpacer getSpacer()

.androidx.wear.protolayout.proto.ArcSpacer spacer = 3;

Returns:

The spacer.

public boolean hasAdapter()

.androidx.wear.protolayout.proto.ArcAdapter adapter = 4;

Returns:

Whether the adapter field is set.

public LayoutElementProto.ArcAdapter getAdapter()

.androidx.wear.protolayout.proto.ArcAdapter adapter = 4;

Returns:

The adapter.