public static enum CalculatedStyle.BackgroundImageType extends Enum<CalculatedStyle.BackgroundImageType>
| Modifier and Type | Method and Description |
|---|---|
static CalculatedStyle.BackgroundImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalculatedStyle.BackgroundImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalculatedStyle.BackgroundImageType URI
public static final CalculatedStyle.BackgroundImageType GRADIENT
public static final CalculatedStyle.BackgroundImageType NONE
public static CalculatedStyle.BackgroundImageType[] values()
for (CalculatedStyle.BackgroundImageType c : CalculatedStyle.BackgroundImageType.values()) System.out.println(c);
public static CalculatedStyle.BackgroundImageType 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 nullCopyright © 2004–2025. All rights reserved.