public enum

LayoutElementProto.ArcDirection

extends java.lang.Enum<LayoutElementProto.ArcDirection>

 java.lang.Object

↳java.lang.Enum<LayoutElementProto.ArcDirection>

↳androidx.wear.protolayout.proto.LayoutElementProto.ArcDirection

Overview

 Direction of drawing for any curved element.
 
Protobuf enum androidx.wear.protolayout.proto.ArcDirection

Summary

Enum Constants
ARC_DIRECTION_CLOCKWISE
 Draws an element in Clockwise direction, independently of layout direction.
ARC_DIRECTION_COUNTER_CLOCKWISE
 Draws an element in Counter Clockwise direction, independently of layout
 direction.
ARC_DIRECTION_NORMAL
 Draws an element in Clockwise direction for LTR layout direction and
 Counter Clockwise for RTL.
UNRECOGNIZED
Fields
public static final intARC_DIRECTION_CLOCKWISE_VALUE

 Draws an element in Clockwise direction, independently of layout direction.

public static final intARC_DIRECTION_COUNTER_CLOCKWISE_VALUE

 Draws an element in Counter Clockwise direction, independently of layout
 direction.

public static final intARC_DIRECTION_NORMAL_VALUE

 Draws an element in Clockwise direction for LTR layout direction and
 Counter Clockwise for RTL.

Methods
public static LayoutElementProto.ArcDirectionforNumber(int value)

public final intgetNumber()

public static <any>internalGetValueMap()

public static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()

public static LayoutElementProto.ArcDirectionvalueOf(int value)

public static LayoutElementProto.ArcDirectionvalueOf(java.lang.String name)

public static LayoutElementProto.ArcDirectionvalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

ARC_DIRECTION_NORMAL

 Draws an element in Clockwise direction for LTR layout direction and
 Counter Clockwise for RTL.
 
ARC_DIRECTION_NORMAL = 0;

ARC_DIRECTION_CLOCKWISE

 Draws an element in Clockwise direction, independently of layout direction.
 
ARC_DIRECTION_CLOCKWISE = 1;

ARC_DIRECTION_COUNTER_CLOCKWISE

 Draws an element in Counter Clockwise direction, independently of layout
 direction.
 
ARC_DIRECTION_COUNTER_CLOCKWISE = 2;

UNRECOGNIZED

Fields

public static final int ARC_DIRECTION_NORMAL_VALUE

 Draws an element in Clockwise direction for LTR layout direction and
 Counter Clockwise for RTL.
 
ARC_DIRECTION_NORMAL = 0;

public static final int ARC_DIRECTION_CLOCKWISE_VALUE

 Draws an element in Clockwise direction, independently of layout direction.
 
ARC_DIRECTION_CLOCKWISE = 1;

public static final int ARC_DIRECTION_COUNTER_CLOCKWISE_VALUE

 Draws an element in Counter Clockwise direction, independently of layout
 direction.
 
ARC_DIRECTION_COUNTER_CLOCKWISE = 2;

Methods

public static LayoutElementProto.ArcDirection values()

public static LayoutElementProto.ArcDirection valueOf(java.lang.String name)

public final int getNumber()

public static LayoutElementProto.ArcDirection valueOf(int value)

Deprecated: Use LayoutElementProto.ArcDirection.forNumber(int) instead.

Parameters:

value: The number of the enum to look for.

Returns:

The enum associated with the given number.

public static LayoutElementProto.ArcDirection forNumber(int value)

public static <any> internalGetValueMap()

public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()