SoftEdge
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.ISoftEdge, com.aspose.slides.IVisualEffect, com.aspose.slides.IDOMObject, com.aspose.slides.IPVIObject, java.lang.Cloneable
public final class SoftEdge implements ISoftEdge, IVisualEffect, IDOMObject, IPVIObject, Cloneable
Represents a soft edge effect. The edges of the shape are blurred, while the fill is not affected.
Methods
Method | Description |
---|---|
getRadius() | Specifies the radius of blur to apply to the edges. |
setRadius(double value) | Specifies the radius of blur to apply to the edges. |
getEffective() | Gets effective Soft Edge effect data with the inheritance applied. |
getParent_Immediate() | |
getVersion() | |
getParent_IPresentationComponent() | |
equals(Object obj) | Determines whether the specified SoftEdge is equal to the current SoftEdge. |
hashCode() | Serves as a hash function for a particular type. |
getRadius()
public final double getRadius()
Specifies the radius of blur to apply to the edges. Read/write double.
Returns: double
setRadius(double value)
public final void setRadius(double value)
Specifies the radius of blur to apply to the edges. Read/write double.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
getEffective()
public final ISoftEdgeEffectiveData getEffective()
Gets effective Soft Edge effect data with the inheritance applied.
Returns: ISoftEdgeEffectiveData - A ISoftEdgeEffectiveData.
getParent_Immediate()
public final IDOMObject getParent_Immediate()
Returns Parent_Immediate object. Read-only IDOMObject.
Returns: com.aspose.slides.IDOMObject
getVersion()
public final long getVersion()
Version. Read-only long.
Returns: long
getParent_IPresentationComponent()
public final IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent. Read-only IPresentationComponent.
Returns: IPresentationComponent
equals(Object obj)
public boolean equals(Object obj)
Determines whether the specified SoftEdge is equal to the current SoftEdge.
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | The SoftEdge to compare. |
Returns: boolean - true if objects are equal; otherwise, false.
hashCode()
public int hashCode()
Serves as a hash function for a particular type.
Returns: int - A hash code for the current object.