public enum

ConstraintAnchor.Type

extends java.lang.Enum<ConstraintAnchor.Type>

 java.lang.Object

↳java.lang.Enum<ConstraintAnchor.Type>

↳androidx.constraintlayout.core.widgets.ConstraintAnchor.Type

Overview

Define the type of anchor

Summary

Enum Constants
BASELINE
BOTTOM
CENTER
CENTER_X
CENTER_Y
LEFT
NONE
RIGHT
TOP
Methods
public static ConstraintAnchor.TypevalueOf(java.lang.String name)

public static ConstraintAnchor.Typevalues()

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

NONE

LEFT

TOP

RIGHT

BOTTOM

BASELINE

CENTER

CENTER_X

CENTER_Y

Methods

public static ConstraintAnchor.Type values()

public static ConstraintAnchor.Type valueOf(java.lang.String name)