public static enum VEvent.Transparency extends java.lang.Enum<VEvent.Transparency>
Enum Constant and Description |
---|
Opaque |
Transparent |
Modifier and Type | Method and Description |
---|---|
static VEvent.Transparency |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VEvent.Transparency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VEvent.Transparency Opaque
public static final VEvent.Transparency Transparent
public static VEvent.Transparency[] values()
for (VEvent.Transparency c : VEvent.Transparency.values()) System.out.println(c);
public static VEvent.Transparency 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 © 2021. All Rights Reserved.