public class SoftEdge extends java.lang.Object implements ISoftEdge, java.lang.Cloneable
Represents a soft edge effect. The edges of the shape are blurred, while the fill is not affected.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
|
ISoftEdgeEffectiveData |
getEffective()
Gets effective Soft Edge effect data with the inheritance applied.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentationComponent |
getParent_IPresentationComponent()
Returns parent IPresentationComponent.
|
double |
getRadius()
Specifies the radius of blur to apply to the edges.
|
long |
getVersion()
Version.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
void |
setRadius(double value)
Specifies the radius of blur to apply to the edges.
|
public final double getRadius()
Specifies the radius of blur to apply to the edges.
Read/write double
.
public final void setRadius(double value)
Specifies the radius of blur to apply to the edges.
Read/write double
.
public final ISoftEdgeEffectiveData getEffective()
Gets effective Soft Edge effect data with the inheritance applied.
getEffective
in interface IAccessiblePVIObject<ISoftEdgeEffectiveData>
ISoftEdgeEffectiveData
.public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public final long getVersion()
Version.
Read-only long
.
public final IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent.
Read-only IPresentationComponent
.
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The SoftEdge
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object