public class InnerShadow extends java.lang.Object implements IInnerShadow, java.lang.Cloneable
Represents a inner shadow effect.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
InnerShadow is equal to the current InnerShadow . |
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.
|
IColorFormat |
getShadowColor()
Color of shadow.
|
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.
|
public final double getBlurRadius()
Blur radius.
Read/write double
.
getBlurRadius
in interface IInnerShadow
public final void setBlurRadius(double value)
Blur radius.
Read/write double
.
setBlurRadius
in interface IInnerShadow
public final float getDirection()
Direction of shadow.
Read/write float
.
getDirection
in interface IInnerShadow
public final void setDirection(float value)
Direction of shadow.
Read/write float
.
setDirection
in interface IInnerShadow
public final double getDistance()
Distance of shadow.
Read/write double
.
getDistance
in interface IInnerShadow
public final void setDistance(double value)
Distance of shadow.
Read/write double
.
setDistance
in interface IInnerShadow
public final IColorFormat getShadowColor()
Color of shadow.
Read-only IColorFormat
.
getShadowColor
in interface IInnerShadow
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 InnerShadow
is equal to the current InnerShadow
.
equals
in class java.lang.Object
obj
- The InnerShadow
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object