public enum LightingSchemeType extends Enum<LightingSchemeType>
Enum LightingSchemeType: set of lighting scheme types.
Enum Constant and Description |
---|
Artwork
The "Artwork" lighting scheme.
|
Blue
The "Blue" lighting scheme.
|
CAD
The "Cad" lighting scheme.
|
Cube
The "Cube" lighting scheme.
|
Day
The "Day" lighting scheme.
|
Hard
The "Hard" lighting scheme.
|
Headlamp
The "Headlamp" lighting scheme.
|
Night
The "Night" lighting scheme.
|
None
The "None" lighting scheme.
|
Primary
The "Primary" lighting scheme.
|
Red
The "Red" lighting scheme.
|
White
The "White" lighting scheme.
|
Modifier and Type | Method and Description |
---|---|
static LightingSchemeType |
getByValue(int value) |
int |
getValue() |
static LightingSchemeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LightingSchemeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LightingSchemeType Artwork
The "Artwork" lighting scheme.
public static final LightingSchemeType None
The "None" lighting scheme.
public static final LightingSchemeType White
The "White" lighting scheme.
public static final LightingSchemeType Day
The "Day" lighting scheme.
public static final LightingSchemeType Night
The "Night" lighting scheme.
public static final LightingSchemeType Hard
The "Hard" lighting scheme.
public static final LightingSchemeType Primary
The "Primary" lighting scheme.
public static final LightingSchemeType Blue
The "Blue" lighting scheme.
public static final LightingSchemeType Red
The "Red" lighting scheme.
public static final LightingSchemeType Cube
The "Cube" lighting scheme.
public static final LightingSchemeType CAD
The "Cad" lighting scheme.
public static final LightingSchemeType Headlamp
The "Headlamp" lighting scheme.
public static LightingSchemeType[] values()
for (LightingSchemeType c : LightingSchemeType.values()) System.out.println(c);
public static LightingSchemeType 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 int getValue()
public static LightingSchemeType getByValue(int value)
Copyright © 2025 Aspose. All Rights Reserved.