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 IOuterShadow
public final void setBlurRadius(double value)
Blur radius.
Read/write double
.
setBlurRadius
in interface IOuterShadow
public final float getDirection()
Direction of shadow.
Read/write float
.
getDirection
in interface IOuterShadow
public final void setDirection(float value)
Direction of shadow.
Read/write float
.
setDirection
in interface IOuterShadow
public final double getDistance()
Distance of shadow.
Read/write double
.
getDistance
in interface IOuterShadow
public final void setDistance(double value)
Distance of shadow.
Read/write double
.
setDistance
in interface IOuterShadow
public final IColorFormat getShadowColor()
Color of shadow.
Read-only IColorFormat
.
getShadowColor
in interface IOuterShadow
public final byte getRectangleAlign()
Rectangle alignment.
Read/write RectangleAlignment
.
getRectangleAlign
in interface IOuterShadow
public final void setRectangleAlign(byte value)
Rectangle alignment.
Read/write RectangleAlignment
.
setRectangleAlign
in interface IOuterShadow
public final double getSkewHorizontal()
Specifies the horizontal skew angle (in degrees).
Read/write double
.
getSkewHorizontal
in interface IOuterShadow
public final void setSkewHorizontal(double value)
Specifies the horizontal skew angle (in degrees).
Read/write double
.
setSkewHorizontal
in interface IOuterShadow
public final double getSkewVertical()
Specifies the vertical skew angle (in degrees).
Read/write double
.
getSkewVertical
in interface IOuterShadow
public final void setSkewVertical(double value)
Specifies the vertical skew angle (in degrees).
Read/write double
.
setSkewVertical
in interface IOuterShadow
public final boolean getRotateShadowWithShape()
Specifies whether the shadow should rotate with the shape if the shape is rotated.
Read/write boolean
.
getRotateShadowWithShape
in interface IOuterShadow
public 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 IOuterShadow
public final double getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip.
Read/write double
.
getScaleHorizontal
in interface IOuterShadow
public final void setScaleHorizontal(double value)
Specifies the horizontal scaling factor, negative scaling causes a flip.
Read/write double
.
setScaleHorizontal
in interface IOuterShadow
public final double getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip.
Read/write double
.
getScaleVertical
in interface IOuterShadow
public final void setScaleVertical(double value)
Specifies the vertical scaling factor, negative scaling causes a flip.
Read/write double
.
setScaleVertical
in interface IOuterShadow
public 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.Object
obj
- The OuterShadow
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object