|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.Reflection
public class Reflection
This element specifies a reflection effect.
Constructor Summary | |
---|---|
Reflection()
|
Method Summary | |
---|---|
double |
getBlurRadius()
Blur radius. |
float |
getDirection()
Direction of reflection. |
double |
getDistance()
Distance of reflection. |
float |
getEndPosAlpha()
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents). |
float |
getEndReflectionOpacity()
End reflection opacity. |
float |
getFadeDirection()
Specifies the direction to offset the reflection. |
RectangleAlignmentEx |
getRectangleAlign()
Rectangle alignment. |
boolean |
getRotateShadowWithShape()
Specifies whether the reflection should rotate with the shape if the shape is rotated. |
float |
getScaleH()
Specifies the horizontal scaling factor, negative scaling causes a flip. |
float |
getScaleV()
Specifies the vertical scaling factor, negative scaling causes a flip. |
float |
getSkewH()
Specifies the horizontal skew angle. |
float |
getSkewV()
Specifies the vertical skew angle. |
float |
getStartPosAlpha()
Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents). |
float |
getStartReflectionOpacity()
Starting reflection opacity. |
void |
setBlurRadius(double value)
Blur radius. |
void |
setDirection(float value)
Direction of reflection. |
void |
setDistance(double value)
Distance of reflection. |
void |
setEndPosAlpha(float value)
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents). |
void |
setEndReflectionOpacity(float value)
End reflection opacity. |
void |
setFadeDirection(float value)
Specifies the direction to offset the reflection. |
void |
setRectangleAlign(RectangleAlignmentEx value)
Rectangle alignment. |
void |
setRotateShadowWithShape(boolean value)
Specifies whether the reflection should rotate with the shape if the shape is rotated. |
void |
setScaleH(float value)
Specifies the horizontal scaling factor, negative scaling causes a flip. |
void |
setScaleV(float value)
Specifies the vertical scaling factor, negative scaling causes a flip. |
void |
setSkewH(float value)
Specifies the horizontal skew angle. |
void |
setSkewV(float value)
Specifies the vertical skew angle. |
void |
setStartPosAlpha(float value)
Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents). |
void |
setStartReflectionOpacity(float value)
Starting reflection opacity. |
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)
value
- public float getEndPosAlpha()
public void setEndPosAlpha(float value)
value
- public float getFadeDirection()
public void setFadeDirection(float value)
value
- public float getStartReflectionOpacity()
public void setStartReflectionOpacity(float value)
value
- public float getEndReflectionOpacity()
public void setEndReflectionOpacity(float value)
value
- public double getBlurRadius()
public void setBlurRadius(double value)
value
- public float getDirection()
public void setDirection(float value)
value
- public double getDistance()
public void setDistance(double value)
value
- public RectangleAlignmentEx getRectangleAlign()
public void setRectangleAlign(RectangleAlignmentEx value)
value
- public float getSkewH()
public void setSkewH(float value)
value
- public float getSkewV()
public void setSkewV(float value)
value
- public boolean getRotateShadowWithShape()
public void setRotateShadowWithShape(boolean value)
value
- public float getScaleH()
public void setScaleH(float value)
value
- public float getScaleV()
public void setScaleV(float value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |