com.spire.presentation
Class LightRig

java.lang.Object
  extended by com.spire.presentation.LightRig

public class LightRig
extends java.lang.Object

Represents LightRig.


Constructor Summary
LightRig()
           
 
Method Summary
 LightingDirectionType getDirection()
          Light direction Read/write
 PresetLightRigType getPresetType()
          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.first element in return array - latitude, second - longitude, third - revolution.
 void setDirection(LightingDirectionType value)
           
 void setPresetType(PresetLightRigType 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.
 

Constructor Detail

LightRig

public LightRig()
Method Detail

getDirection

public LightingDirectionType getDirection()
Light direction Read/write

Returns:

setDirection

public void setDirection(LightingDirectionType value)

getPresetType

public PresetLightRigType getPresetType()
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

Returns:

setPresetType

public void setPresetType(PresetLightRigType 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.

Parameters:
latitude -
longitude -
revolution -

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.

Returns: