LightingSchemeType
Inheritance: java.lang.Object, java.lang.Enum < LightingSchemeType > com.aspose.pdf.LightingSchemeType, java.lang.Enum < LightingSchemeType >, com.aspose.pdf.LightingSchemeType
All Implemented Interfaces: Serializable, Comparable < LightingSchemeType >
public enum LightingSchemeType extends Enum < LightingSchemeType >
Enum LightingSchemeType: set of lighting scheme types.
Fields
| Field | 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. |
Methods
| Method | Description |
|---|---|
| getByValue | |
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns an array containing the constants of this enum type, in the order they are declared. |
Artwork
public static final LightingSchemeType Artwork
The “Artwork” lighting scheme.
Blue
public static final LightingSchemeType Blue
The “Blue” lighting scheme.
CAD
public static final LightingSchemeType CAD
The “Cad” lighting scheme.
Cube
public static final LightingSchemeType Cube
The “Cube” lighting scheme.
Day
public static final LightingSchemeType Day
The “Day” lighting scheme.
Hard
public static final LightingSchemeType Hard
The “Hard” lighting scheme.
Headlamp
public static final LightingSchemeType Headlamp
The “Headlamp” lighting scheme.
Night
public static final LightingSchemeType Night
The “Night” lighting scheme.
None
public static final LightingSchemeType None
The “None” lighting scheme.
Primary
public static final LightingSchemeType Primary
The “Primary” lighting scheme.
Red
public static final LightingSchemeType Red
The “Red” lighting scheme.
White
public static final LightingSchemeType White
The “White” lighting scheme.
getByValue
public static LightingSchemeType getByValue(int value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value |
getValue
public int getValue()
valueOf
Returns the enum constant of this type with the specified name.
values
public static LightingSchemeType [] values()
Returns an array containing the constants of this enum type, in the order they are declared.
Returns: an array containing the constants of this enum type, in the order they are declared