|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.LightRig
public class LightRig
Represents LightRig.
Constructor Summary | |
---|---|
LightRig()
Default constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether two FillFormat instances are equal. |
int |
getDirection()
Light direction. |
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. |
int |
hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
void |
setDirection(int value)
Light direction. |
void |
setLightType(int value)
Represents a preset light right that can be applied to a shape. |
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 |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LightRig()
Default constructor.
Method Detail |
---|
public final int getDirection()
Light direction.
Read/write LightingDirection
.
getDirection
in interface ILightRig
public final void setDirection(int value)
Light direction.
Read/write LightingDirection
.
setDirection
in interface ILightRig
public final 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 LightRigPresetType
.
getLightType
in interface ILightRig
public final void setLightType(int value)
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 LightRigPresetType
.
setLightType
in interface ILightRig
public final 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.
setRotation
in interface ILightRig
public final 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.
getRotation
in interface ILightRig
public boolean equals(java.lang.Object obj)
Determines whether two FillFormat instances are equal.
equals
in class java.lang.Object
public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |