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

PropertyTypeAccessDescription
lightTypeLightRigPresetTypeRead/Write
directionLightingDirectionRead/Write
rotationdouble[]Read/Write

Methods

MethodReturnsDescription
initInternal(Element scene3dElement, Runnable saveCallback, IBaseSlide parentSlide)voidInitializes 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[]

See Also