|
||||||||
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. |
EffectEffectiveData |
getReadonly(BaseSlide slide,
FloatColor styleColor)
|
int |
getRectangleAlign()
Rectangle alignment. |
boolean |
getRotateShadowWithShape()
Specifies whether the reflection should rotate with the shape if the shape is rotated. |
double |
getScaleH()
Deprecated. |
double |
getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip. |
double |
getScaleV()
Deprecated. |
double |
getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip. |
double |
getSkewH()
Deprecated. |
double |
getSkewHorizontal()
Specifies the horizontal skew angle. |
double |
getSkewV()
Deprecated. |
double |
getSkewVertical()
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(int value)
|
void |
setRotateShadowWithShape(boolean value)
|
void |
setScaleH(double value)
Deprecated. |
void |
setScaleHorizontal(double value)
|
void |
setScaleV(double value)
Deprecated. |
void |
setScaleVertical(double value)
|
void |
setSkewH(double value)
Deprecated. |
void |
setSkewHorizontal(double value)
|
void |
setSkewV(double value)
Deprecated. |
void |
setSkewVertical(double 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).
getStartPosAlpha
in interface IReflection
public void setStartPosAlpha(float value)
setStartPosAlpha
in interface IReflection
public float getEndPosAlpha()
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
getEndPosAlpha
in interface IReflection
public void setEndPosAlpha(float value)
setEndPosAlpha
in interface IReflection
public float getFadeDirection()
Specifies the direction to offset the reflection. (angle).
getFadeDirection
in interface IReflection
public void setFadeDirection(float value)
setFadeDirection
in interface IReflection
public float getStartReflectionOpacity()
Starting reflection opacity. (percents).
getStartReflectionOpacity
in interface IReflection
public void setStartReflectionOpacity(float value)
setStartReflectionOpacity
in interface IReflection
public float getEndReflectionOpacity()
End reflection opacity. (percents).
getEndReflectionOpacity
in interface IReflection
public void setEndReflectionOpacity(float value)
setEndReflectionOpacity
in interface IReflection
public double getBlurRadius()
Blur radius.
getBlurRadius
in interface IReflection
public void setBlurRadius(double value)
setBlurRadius
in interface IReflection
public float getDirection()
Direction of reflection.
getDirection
in interface IReflection
public void setDirection(float value)
setDirection
in interface IReflection
public double getDistance()
Distance of reflection.
getDistance
in interface IReflection
public void setDistance(double value)
setDistance
in interface IReflection
public int getRectangleAlign()
Rectangle alignment.
getRectangleAlign
in interface IReflection
public void setRectangleAlign(int value)
setRectangleAlign
in interface IReflection
@Deprecated public double getSkewH()
Specifies the horizontal skew angle.
@Deprecated public void setSkewH(double value)
public double getSkewHorizontal()
Specifies the horizontal skew angle.
getSkewHorizontal
in interface IReflection
public void setSkewHorizontal(double value)
setSkewHorizontal
in interface IReflection
@Deprecated public double getSkewV()
Specifies the vertical skew angle.
@Deprecated public void setSkewV(double value)
public double getSkewVertical()
Specifies the vertical skew angle.
getSkewVertical
in interface IReflection
public void setSkewVertical(double value)
setSkewVertical
in interface IReflection
public boolean getRotateShadowWithShape()
Specifies whether the reflection should rotate with the shape if the shape is rotated.
getRotateShadowWithShape
in interface IReflection
public void setRotateShadowWithShape(boolean value)
setRotateShadowWithShape
in interface IReflection
@Deprecated public double getScaleH()
Specifies the horizontal scaling factor, negative scaling causes a flip. (percents)
@Deprecated public void setScaleH(double value)
public double getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip. (percents)
getScaleHorizontal
in interface IReflection
public void setScaleHorizontal(double value)
setScaleHorizontal
in interface IReflection
@Deprecated public double getScaleV()
Specifies the vertical scaling factor, negative scaling causes a flip. (percents)
@Deprecated public void setScaleV(double value)
public double getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip. (percents)
getScaleVertical
in interface IReflection
public void setScaleVertical(double value)
setScaleVertical
in interface IReflection
public EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |