protected static enum LetterAvatar.PropertyKeys extends java.lang.Enum<LetterAvatar.PropertyKeys>
| Enum Constant and Description |
|---|
height |
rounded |
style |
styleClass |
value |
width |
| Modifier and Type | Method and Description |
|---|---|
static LetterAvatar.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LetterAvatar.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LetterAvatar.PropertyKeys style
public static final LetterAvatar.PropertyKeys styleClass
public static final LetterAvatar.PropertyKeys value
public static final LetterAvatar.PropertyKeys rounded
public static final LetterAvatar.PropertyKeys width
public static final LetterAvatar.PropertyKeys height
public static LetterAvatar.PropertyKeys[] values()
for (LetterAvatar.PropertyKeys c : LetterAvatar.PropertyKeys.values()) System.out.println(c);
public static LetterAvatar.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2011–2020. All rights reserved.