public final class

ModifiersBuilders.ArcModifiers

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.ModifiersBuilders.ArcModifiers

Overview

ModifiersBuilders.Modifiers that can be used with ArcLayoutElements. These may change the way they are drawn, or change their behaviour.

Summary

Methods
public static ModifiersBuilders.ArcModifiersfromProto(ModifiersProto.ArcModifiers proto)

public ModifiersBuilders.ClickablegetClickable()

Gets allows its wrapped element to have actions associated with it, which will be executed when the element is tapped.

public ModifiersBuilders.SemanticsgetSemantics()

Gets adds metadata for the modified element, for example, screen reader content descriptions.

public ModifiersProto.ArcModifierstoProto()

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

Methods

public ModifiersBuilders.Clickable getClickable()

Gets allows its wrapped element to have actions associated with it, which will be executed when the element is tapped. Intended for testing purposes only.

public ModifiersBuilders.Semantics getSemantics()

Gets adds metadata for the modified element, for example, screen reader content descriptions. Intended for testing purposes only.

public static ModifiersBuilders.ArcModifiers fromProto(ModifiersProto.ArcModifiers proto)

public ModifiersProto.ArcModifiers toProto()