com.aspose.slides
Class LightRigEx

java.lang.Object
  extended by com.aspose.slides.LightRigEx

public class LightRigEx
extends java.lang.Object

Represents LightRigEx.


Constructor Summary
LightRigEx()
           Default constructor.
 
Method Summary
 int getDirection()
           Light direction Read/write LightingDirectionEx
 int getLightType()
           Represents a preset light right that can be applied to a shape.
 float[] getRotation()
           A rotation 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(int value)
           
 void setLightType(int value)
           
 void setRotation(float latitude, float longitude, float revolution)
           A rotation is defined 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

LightRigEx

public LightRigEx()

Default constructor.

Method Detail

getDirection

public int getDirection()

Light direction Read/write LightingDirectionEx


setDirection

public void setDirection(int value)

getLightType

public int getLightType()

Represents a preset light right that can be applied to a shape. The light rig represents a group of lights oriented in a specific way relative to a 3D scene. Read/write LightRigPresetTypeEx


setLightType

public void setLightType(int value)

setRotation

public void setRotation(float latitude,
                        float longitude,
                        float revolution)

A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates.


getRotation

public float[] getRotation()

A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. first element in return array - latitude, second - longitude, third - revolution.