public class OuterShadow extends java.lang.Object implements IOuterShadow, java.lang.Cloneable
Represents a outer shadow effect.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
OuterShadow is equal to the current OuterShadow. |
double |
getBlurRadius()
Blur radius.
|
float |
getDirection()
Direction of shadow.
|
double |
getDistance()
Distance of shadow.
|
EffectEffectiveData |
getEffective() |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
byte |
getRectangleAlign()
Rectangle alignment.
|
boolean |
getRotateShadowWithShape()
Specifies whether the shadow should rotate with the shape if the shape is rotated.
|
double |
getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip.
|
double |
getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip.
|
IColorFormat |
getShadowColor()
Color of shadow.
|
double |
getSkewHorizontal()
Specifies the horizontal skew angle (in degrees).
|
double |
getSkewVertical()
Specifies the vertical skew angle (in degrees).
|
int |
hashCode()
Serves as a hash function for a particular type.
|
void |
setBlurRadius(double value)
Blur radius.
|
void |
setDirection(float value)
Direction of shadow.
|
void |
setDistance(double value)
Distance of shadow.
|
void |
setRectangleAlign(byte value)
Rectangle alignment.
|
void |
setRotateShadowWithShape(boolean value)
Specifies whether the shadow should rotate with the shape if the shape is rotated.
|
void |
setScaleHorizontal(double value)
Specifies the horizontal scaling factor, negative scaling causes a flip.
|
void |
setScaleVertical(double value)
Specifies the vertical scaling factor, negative scaling causes a flip.
|
void |
setSkewHorizontal(double value)
Specifies the horizontal skew angle (in degrees).
|
void |
setSkewVertical(double value)
Specifies the vertical skew angle (in degrees).
|
public final double getBlurRadius()
Blur radius.
Read/write double.
getBlurRadius in interface IOuterShadowpublic final void setBlurRadius(double value)
Blur radius.
Read/write double.
setBlurRadius in interface IOuterShadowpublic final float getDirection()
Direction of shadow.
Read/write float.
getDirection in interface IOuterShadowpublic final void setDirection(float value)
Direction of shadow.
Read/write float.
setDirection in interface IOuterShadowpublic final double getDistance()
Distance of shadow.
Read/write double.
getDistance in interface IOuterShadowpublic final void setDistance(double value)
Distance of shadow.
Read/write double.
setDistance in interface IOuterShadowpublic final IColorFormat getShadowColor()
Color of shadow.
Read-only IColorFormat.
getShadowColor in interface IOuterShadowpublic final byte getRectangleAlign()
Rectangle alignment.
Read/write RectangleAlignment.
getRectangleAlign in interface IOuterShadowpublic final void setRectangleAlign(byte value)
Rectangle alignment.
Read/write RectangleAlignment.
setRectangleAlign in interface IOuterShadowpublic final double getSkewHorizontal()
Specifies the horizontal skew angle (in degrees).
Read/write double.
getSkewHorizontal in interface IOuterShadowpublic final void setSkewHorizontal(double value)
Specifies the horizontal skew angle (in degrees).
Read/write double.
setSkewHorizontal in interface IOuterShadowpublic final double getSkewVertical()
Specifies the vertical skew angle (in degrees).
Read/write double.
getSkewVertical in interface IOuterShadowpublic final void setSkewVertical(double value)
Specifies the vertical skew angle (in degrees).
Read/write double.
setSkewVertical in interface IOuterShadowpublic final boolean getRotateShadowWithShape()
Specifies whether the shadow should rotate with the shape if the shape is rotated.
Read/write boolean.
getRotateShadowWithShape in interface IOuterShadowpublic final void setRotateShadowWithShape(boolean value)
Specifies whether the shadow should rotate with the shape if the shape is rotated.
Read/write boolean.
setRotateShadowWithShape in interface IOuterShadowpublic final double getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip.
Read/write double.
getScaleHorizontal in interface IOuterShadowpublic final void setScaleHorizontal(double value)
Specifies the horizontal scaling factor, negative scaling causes a flip.
Read/write double.
setScaleHorizontal in interface IOuterShadowpublic final double getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip.
Read/write double.
getScaleVertical in interface IOuterShadowpublic final void setScaleVertical(double value)
Specifies the vertical scaling factor, negative scaling causes a flip.
Read/write double.
setScaleVertical in interface IOuterShadowpublic final EffectEffectiveData getEffective()
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.
public boolean equals(java.lang.Object obj)
Determines whether the specified OuterShadow is equal to the current OuterShadow.
equals in class java.lang.Objectobj - The OuterShadow to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode in class java.lang.Object