public final class

LayoutElementProto.ArcDirectionProp

extends <any>

implements LayoutElementProto.ArcDirectionPropOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.LayoutElementProto.ArcDirectionProp

Overview

 An extensible ArcDirection property that can be set to any curved element to
 control the drawing direction.
 
Protobuf type androidx.wear.protolayout.proto.ArcDirectionProp

Summary

Fields
public static final intVALUE_FIELD_NUMBER

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

public static LayoutElementProto.ArcDirectionPropgetDefaultInstance()

public LayoutElementProto.ArcDirectiongetValue()

 The arc direction value.

public intgetValueValue()

 The arc direction value.

public static LayoutElementProto.ArcDirectionProp.BuildernewBuilder()

public static LayoutElementProto.ArcDirectionProp.BuildernewBuilder(LayoutElementProto.ArcDirectionProp prototype)

public static LayoutElementProto.ArcDirectionPropparseDelimitedFrom(java.io.InputStream input)

public static LayoutElementProto.ArcDirectionPropparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.ArcDirectionPropparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.ArcDirectionPropparseFrom(java.nio.ByteBuffer data)

public static LayoutElementProto.ArcDirectionPropparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.ArcDirectionPropparseFrom(com.google.protobuf.ByteString data)

public static LayoutElementProto.ArcDirectionPropparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.ArcDirectionPropparseFrom(com.google.protobuf.CodedInputStream input)

public static LayoutElementProto.ArcDirectionPropparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.ArcDirectionPropparseFrom(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 VALUE_FIELD_NUMBER

Methods

public int getValueValue()

 The arc direction value.
 
.androidx.wear.protolayout.proto.ArcDirection value = 1;

Returns:

The enum numeric value on the wire for value.

 The arc direction value.
 
.androidx.wear.protolayout.proto.ArcDirection value = 1;

Returns:

The value.

public static LayoutElementProto.ArcDirectionProp parseFrom(java.nio.ByteBuffer data)

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

public static LayoutElementProto.ArcDirectionProp parseFrom(com.google.protobuf.ByteString data)

public static LayoutElementProto.ArcDirectionProp parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static LayoutElementProto.ArcDirectionProp parseDelimitedFrom(java.io.InputStream input)

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

public static LayoutElementProto.ArcDirectionProp parseFrom(com.google.protobuf.CodedInputStream input)

public static LayoutElementProto.ArcDirectionProp parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

public static LayoutElementProto.ArcDirectionProp getDefaultInstance()

public static <any> parser()