public static enum PbText.LabelPosition extends Enum<PbText.LabelPosition>
| Modifier and Type | Method and Description |
|---|---|
static PbText.LabelPosition |
fromValue(String value) |
String |
toString() |
String |
value() |
static PbText.LabelPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PbText.LabelPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PbText.LabelPosition LEFT
public static final PbText.LabelPosition TOP
public static PbText.LabelPosition[] values()
for (PbText.LabelPosition c : PbText.LabelPosition.values()) System.out.println(c);
public static PbText.LabelPosition 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<PbText.LabelPosition>public String value()
public static PbText.LabelPosition fromValue(String value)
Copyright © 2020. All rights reserved.