|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Reflection
public class Reflection
Represents a reflection effect.
Constructor Summary | |
---|---|
Reflection()
Creates a new instance of Reflection effect class. |
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. |
EffectDataEx |
getReadonly(BaseSlideEx slide,
com.aspose.slides.ColorFormatEx.FloatColor styleColor)
|
byte |
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)
|
void |
setDirection(float value)
|
void |
setDistance(double value)
|
void |
setEndPosAlpha(float value)
|
void |
setEndReflectionOpacity(float value)
|
void |
setFadeDirection(float value)
|
void |
setRectangleAlign(byte value)
|
void |
setRotateShadowWithShape(boolean value)
|
void |
setScaleH(float value)
|
void |
setScaleV(float value)
|
void |
setSkewH(float value)
|
void |
setSkewV(float value)
|
void |
setStartPosAlpha(float value)
|
void |
setStartReflectionOpacity(float value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Reflection()
Creates a new instance of Reflection effect class.
Method Detail |
---|
public float getStartPosAlpha()
Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents).
public void setStartPosAlpha(float value)
public float getEndPosAlpha()
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
public void setEndPosAlpha(float value)
public float getFadeDirection()
Specifies the direction to offset the reflection. (angle).
public void setFadeDirection(float value)
public float getStartReflectionOpacity()
Starting reflection opacity. (percents).
public void setStartReflectionOpacity(float value)
public float getEndReflectionOpacity()
End reflection opacity. (percents).
public void setEndReflectionOpacity(float value)
public double getBlurRadius()
Blur radius.
public void setBlurRadius(double value)
public float getDirection()
Direction of reflection.
public void setDirection(float value)
public double getDistance()
Distance of reflection.
public void setDistance(double value)
public byte getRectangleAlign()
Rectangle alignment.
public void setRectangleAlign(byte value)
public float getSkewH()
Specifies the horizontal skew angle.
public void setSkewH(float value)
public float getSkewV()
Specifies the vertical skew angle.
public void setSkewV(float value)
public boolean getRotateShadowWithShape()
Specifies whether the reflection should rotate with the shape if the shape is rotated.
public void setRotateShadowWithShape(boolean value)
public float getScaleH()
Specifies the horizontal scaling factor, negative scaling causes a flip. (percents)
public void setScaleH(float value)
public float getScaleV()
Specifies the vertical scaling factor, negative scaling causes a flip. (percents)
public void setScaleV(float value)
public EffectDataEx getReadonly(BaseSlideEx slide, com.aspose.slides.ColorFormatEx.FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |