@Deprecated public enum GraphicsEngineType extends Enum<GraphicsEngineType>
Enum Constant and Description |
---|
IMAGEEDITOR
Deprecated.
since 5.2.190405 - no replacement
|
Modifier and Type | Method and Description |
---|---|
static GraphicsEngineType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GraphicsEngineType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final GraphicsEngineType IMAGEEDITOR
public static GraphicsEngineType[] values()
for (GraphicsEngineType c : GraphicsEngineType.values()) System.out.println(c);
public static GraphicsEngineType 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 © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210