ILightRig

概述

ILightRig 是一个面接在Aspose.Slides FOSS for Java 中.

代表一个轻型装置.

这个接口提供了6种方法,用于在Java程序中与ILightRig对象工作. 有的方法包括: getDirection, getLightType, getRotation, setDirection, setLightType, setRotation. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: direction, lightType, rotation.

属性

名称:类型Access描述情况
directionLightingDirection阅读返回光线的方向.
lightTypeLightRigPresetType阅读返回光类型.
rotationdouble[]阅读得到的旋转为 [度,长度和革命] 的等级.

方法

Signature描述情况
getDirection()LightingDirection返回光线的方向.
setDirection(value: LightingDirection)设置光的方向。.
getLightType()LightRigPresetType返回光类型.
setLightType(value: LightRigPresetType)设置光源类型。.
setRotation(latitude: double, longitude: double, revolution: double)设置灯光装置的旋转。.
getRotation()double[]得到的旋转为 [度,长度和革命] 的等级.

查看更多

 中文