|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.LightRig
public class LightRig
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 |
---|
public LightRig()
Method Detail |
---|
public LightingDirectionType getDirection()
public void setDirection(LightingDirectionType value)
public PresetLightRigType getPresetType()
public void setPresetType(PresetLightRigType value)
public void setRotation(float latitude, float longitude, float revolution)
latitude
- longitude
- revolution
- public float[] getRotation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |