Serializable, Comparable<Annotation.Yanchor>public static enum Annotation.Yanchor extends Enum<Annotation.Yanchor>
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
|
static Annotation.Yanchor |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Annotation.Yanchor[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Annotation.Yanchor AUTO
public static final Annotation.Yanchor TOP
public static final Annotation.Yanchor MIDDLE
public static final Annotation.Yanchor BOTTOM
public static Annotation.Yanchor[] values()
for (Annotation.Yanchor c : Annotation.Yanchor.values()) System.out.println(c);
public static Annotation.Yanchor valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Annotation.Yanchor>Copyright © 2021. All rights reserved.