|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.effects.Reflection
public class Reflection
Reflection effect.
Constructor Summary | |
---|---|
Reflection()
|
Method Summary | |
---|---|
double |
getBlurRadius()
Returns the blur radius. |
float |
getDirection()
Returns the direction of the alpha gradient ramp relative to the shape itself. |
double |
getDistance()
Returns how far to distance the shadow. |
float |
getEndPosAlpha()
Returns the end position (along the alpha gradient ramp) of the end alpha value (0-100 percents). |
float |
getEndReflectionOpacity()
Returns the end reflection opacity (0-100 percents). |
float |
getFadeDirection()
Returns the direction to offset the reflection (angle). |
RectangleAlignmentEx |
getRectangleAlign()
Returns the shadow alignment. |
float |
getScaleH()
Returns the horizontal scaling factor, negative scaling causes a flip |
float |
getScaleV()
Returns the vertical scaling factor, negative scaling causes a flip |
float |
getSkewH()
Returns the horizontal skew angle. |
float |
getSkewV()
Returns the vertical skew angle. |
float |
getStartPosAlpha()
Returns the start position (along the alpha gradient ramp) of the start alpha value (0-100 percents). |
float |
getStartReflectionOpacity()
Returns the starting reflection opacity (0-100 percents). |
boolean |
isRotateShadowWithShape()
Determines whether the reflection should rotate with the shape if the shape is rotated. |
void |
setBlurRadius(double value)
Sets the blur radius. |
void |
setDirection(float value)
Sets the direction of the alpha gradient ramp relative to the shape itself. |
void |
setDistance(double value)
Sets how far to distance the shadow. |
void |
setEndPosAlpha(float value)
Sets the end position (along the alpha gradient ramp) of the end alpha value (0-100 percents). |
void |
setEndReflectionOpacity(float value)
Sets the end reflection opacity (0-100 percents). |
void |
setFadeDirection(float value)
Sets the direction to offset the reflection (angle). |
void |
setRectangleAlign(RectangleAlignmentEx value)
Sets the shadow alignment. |
void |
setRotateShadowWithShape(boolean value)
Sets whether the reflection should rotate with the shape if the shape is rotated. |
void |
setScaleH(float value)
Sets the horizontal scaling factor, negative scaling causes a flip |
void |
setScaleV(float value)
Sets the vertical scaling factor, negative scaling causes a flip. (0-100 percents) |
void |
setSkewH(float value)
Sets the horizontal skew angle. |
void |
setSkewV(float value)
Sets the vertical skew angle. |
void |
setStartPosAlpha(float value)
Sets the start position (along the alpha gradient ramp) of the start alpha value (0-100 percents). |
void |
setStartReflectionOpacity(float value)
Sets the starting reflection opacity (0-100 percents). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Reflection()
Method Detail |
---|
public float getStartPosAlpha()
public void setStartPosAlpha(float value)
public float getEndPosAlpha()
public void setEndPosAlpha(float value)
public float getFadeDirection()
public void setFadeDirection(float value)
public float getStartReflectionOpacity()
public void setStartReflectionOpacity(float value)
public float getEndReflectionOpacity()
public void setEndReflectionOpacity(float value)
public double getBlurRadius()
public void setBlurRadius(double value)
public float getDirection()
public void setDirection(float value)
public double getDistance()
public void setDistance(double value)
public RectangleAlignmentEx getRectangleAlign()
public void setRectangleAlign(RectangleAlignmentEx value)
public float getSkewH()
public void setSkewH(float value)
public float getSkewV()
public void setSkewV(float value)
public boolean isRotateShadowWithShape()
public void setRotateShadowWithShape(boolean value)
public float getScaleH()
public void setScaleH(float value)
public float getScaleV()
public void setScaleV(float value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |