LightRig — Aspose.Slides FOSS Java API Reference
LightRig — Represents a light rig for 3D scene. Inherits from: PVIObject, ILightRig.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
lightType | LightRigPresetType | Read/Write | |
direction | LightingDirection | Read/Write | |
rotation | double[] | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(Element scene3dElement, Runnable saveCallback, IBaseSlide parentSlide) | void | Initializes internal state for this light rig. |
getLightType() | LightRigPresetType | |
setLightType(LightRigPresetType value) | void | |
getDirection() | LightingDirection | |
setDirection(LightingDirection value) | void | |
setRotation(double latitude, double longitude, double revolution) | void | |
getRotation() | double[] |