|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.LightRigEx
public class LightRigEx
Represents the light settings. The light rig is a group of lights oriented in a specific way relatively to a 3D scene.
Constructor Summary | |
---|---|
LightRigEx()
|
Method Summary | |
---|---|
LightingDirectionEx |
getDirection()
Returns the direction of a light. |
LightRigPresetTypeEx |
getLightType()
Returns the light preset which is applied to a shape. |
float[] |
getRotation()
Returns the light rotation which is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. |
void |
setDirection(LightingDirectionEx value)
Sets the direction of a light. |
void |
setLightType(LightRigPresetTypeEx value)
Sets the light preset which should be applied to a shape. |
void |
setRotation(float latitude,
float longitude,
float revolution)
Sets the light rotation through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LightRigEx()
Method Detail |
---|
public LightingDirectionEx getDirection()
public void setDirection(LightingDirectionEx value)
public LightRigPresetTypeEx getLightType()
public void setLightType(LightRigPresetTypeEx value)
public float[] getRotation()
public void setRotation(float latitude, float longitude, float revolution)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |