public final class

ModifiersProto.ArcModifiers

extends <any>

implements ModifiersProto.ArcModifiersOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.ModifiersProto.ArcModifiers

Overview

 Modifiers that can be used with ArcLayoutElements. These may change the way
 they are drawn, or change their behaviour.
 
Protobuf type androidx.wear.protolayout.proto.ArcModifiers

Summary

Fields
public static final intCLICKABLE_FIELD_NUMBER

public static final intOPACITY_FIELD_NUMBER

public static final intSEMANTICS_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public ModifiersProto.ClickablegetClickable()

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

public static ModifiersProto.ArcModifiersgetDefaultInstance()

public TypesProto.FloatPropgetOpacity()

 The opacity of the element with a value from 0 to 1, where 0 means
 the element is completely transparent and 1 means the element is
 completely opaque.

public ModifiersProto.SemanticsgetSemantics()

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

public booleanhasClickable()

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

public booleanhasOpacity()

 The opacity of the element with a value from 0 to 1, where 0 means
 the element is completely transparent and 1 means the element is
 completely opaque.

public booleanhasSemantics()

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

public static ModifiersProto.ArcModifiers.BuildernewBuilder()

public static ModifiersProto.ArcModifiers.BuildernewBuilder(ModifiersProto.ArcModifiers prototype)

public static ModifiersProto.ArcModifiersparseDelimitedFrom(java.io.InputStream input)

public static ModifiersProto.ArcModifiersparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ArcModifiersparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ArcModifiersparseFrom(java.nio.ByteBuffer data)

public static ModifiersProto.ArcModifiersparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ArcModifiersparseFrom(com.google.protobuf.ByteString data)

public static ModifiersProto.ArcModifiersparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ArcModifiersparseFrom(com.google.protobuf.CodedInputStream input)

public static ModifiersProto.ArcModifiersparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ArcModifiersparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

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

Fields

public static final int CLICKABLE_FIELD_NUMBER

public static final int SEMANTICS_FIELD_NUMBER

public static final int OPACITY_FIELD_NUMBER

Methods

public boolean hasClickable()

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.
 
.androidx.wear.protolayout.proto.Clickable clickable = 1;

public ModifiersProto.Clickable getClickable()

 Allows its wrapped element to have actions associated with it, which will
 be executed when the element is tapped.
 
.androidx.wear.protolayout.proto.Clickable clickable = 1;

public boolean hasSemantics()

 Adds metadata for the modified element, for example, screen reader content
 descriptions.
 
.androidx.wear.protolayout.proto.Semantics semantics = 2;

public ModifiersProto.Semantics getSemantics()

 Adds metadata for the modified element, for example, screen reader content
 descriptions.
 
.androidx.wear.protolayout.proto.Semantics semantics = 2;

public boolean hasOpacity()

 The opacity of the element with a value from 0 to 1, where 0 means
 the element is completely transparent and 1 means the element is
 completely opaque. Defaults to 1.
 
.androidx.wear.protolayout.proto.FloatProp opacity = 4;

public TypesProto.FloatProp getOpacity()

 The opacity of the element with a value from 0 to 1, where 0 means
 the element is completely transparent and 1 means the element is
 completely opaque. Defaults to 1.
 
.androidx.wear.protolayout.proto.FloatProp opacity = 4;

public static ModifiersProto.ArcModifiers parseFrom(java.nio.ByteBuffer data)

public static ModifiersProto.ArcModifiers parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ArcModifiers parseFrom(com.google.protobuf.ByteString data)

public static ModifiersProto.ArcModifiers parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ArcModifiers parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ArcModifiers parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ArcModifiers parseDelimitedFrom(java.io.InputStream input)

public static ModifiersProto.ArcModifiers parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ArcModifiers parseFrom(com.google.protobuf.CodedInputStream input)

public static ModifiersProto.ArcModifiers parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ArcModifiers.Builder newBuilder()

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static ModifiersProto.ArcModifiers getDefaultInstance()

public static <any> parser()