com.aspose.slides
Interface ILightRig

All Known Implementing Classes:
LightRig

public interface ILightRig


Method Summary
 int getDirection()
           
 int getLightType()
           
 float[] getRotation()
           
 void setDirection(int value)
           
 void setLightType(int value)
           
 void setRotation(float latitude, float longitude, float revolution)
           
 

Method Detail

getDirection

int getDirection()

setDirection

void setDirection(int value)

getLightType

int getLightType()

setLightType

void setLightType(int value)

setRotation

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

getRotation

float[] getRotation()