PDF3DLightingScheme
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.PDF3DLightingScheme
public class PDF3DLightingScheme extends Object
Class PDF3DLightingScheme.
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. |
Constructors
| Constructor | Description |
|---|---|
| PDF3DLightingScheme | Initializes a new instance of the {@code PDF3DLightingScheme} class. |
| PDF3DLightingScheme | Initializes a new instance of the {@code PDF3DLightingScheme} class. |
Methods
| Method | Description |
|---|---|
| getType | Gets the lighting scheme type. |
Artwork
public static final PDF3DLightingScheme Artwork
The “Artwork” lighting scheme.
Blue
public static final PDF3DLightingScheme Blue
The “Blue” lighting scheme.
CAD
public static final PDF3DLightingScheme CAD
The “Cad” lighting scheme.
Cube
public static final PDF3DLightingScheme Cube
The “Cube” lighting scheme.
Day
public static final PDF3DLightingScheme Day
The “Day” lighting scheme.
Hard
public static final PDF3DLightingScheme Hard
The “Hard” lighting scheme.
Headlamp
public static final PDF3DLightingScheme Headlamp
The “Headlamp” lighting scheme.
Night
public static final PDF3DLightingScheme Night
The “Night” lighting scheme.
None
public static final PDF3DLightingScheme None
The “None” lighting scheme.
Primary
public static final PDF3DLightingScheme Primary
The “Primary” lighting scheme.
Red
public static final PDF3DLightingScheme Red
The “Red” lighting scheme.
White
public static final PDF3DLightingScheme White
The “White” lighting scheme.
PDF3DLightingScheme
Initializes a new instance of the {@code PDF3DLightingScheme} class.
PDF3DLightingScheme
Initializes a new instance of the {@code PDF3DLightingScheme} class.
getType
public LightingSchemeType getType()
Gets the lighting scheme type.
Returns: int value of LightingSchemeType element: The lighting scheme type. @see LightingSchemeType