com.aspose.slides
Interface IReflectionEffectiveData

All Known Implementing Classes:
ReflectionEffectiveData

public interface IReflectionEffectiveData

Immutable object which represents a reflection effect.


Method Summary
 double getBlurRadius()
           
 float getDirection()
           
 double getDistance()
           
 float getEndPosAlpha()
           
 float getEndReflectionOpacity()
           
 float getFadeDirection()
           
 int getRectangleAlign()
           
 boolean getRotateShadowWithShape()
           
 double getScaleHorizontal()
           
 double getScaleVertical()
           
 double getSkewHorizontal()
           
 double getSkewVertical()
           
 float getStartPosAlpha()
           
 float getStartReflectionOpacity()
           
 

Method Detail

getStartPosAlpha

float getStartPosAlpha()

getEndPosAlpha

float getEndPosAlpha()

getFadeDirection

float getFadeDirection()

getStartReflectionOpacity

float getStartReflectionOpacity()

getEndReflectionOpacity

float getEndReflectionOpacity()

getBlurRadius

double getBlurRadius()

getDirection

float getDirection()

getDistance

double getDistance()

getRectangleAlign

int getRectangleAlign()

getSkewHorizontal

double getSkewHorizontal()

getSkewVertical

double getSkewVertical()

getRotateShadowWithShape

boolean getRotateShadowWithShape()

getScaleHorizontal

double getScaleHorizontal()

getScaleVertical

double getScaleVertical()