com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class SoftEdge

  • java.lang.Object
    • com.aspose.slides.SoftEdge
  • All Implemented Interfaces:
    ISoftEdge, java.lang.Cloneable


    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.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Determines whether the specified SoftEdge is equal to the current SoftEdge.
      EffectEffectiveData getEffective() 
      com.aspose.slides.IDOMObject getParent_Immediate()
      Returns Parent_Immediate object.
      double getRadius()
      Specifies the radius of blur to apply to the edges.
      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.
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRadius

        public final double getRadius()

        Specifies the radius of blur to apply to the edges. Read/write double.

        Specified by:
        getRadius in interface ISoftEdge
      • setRadius

        public final void setRadius(double value)

        Specifies the radius of blur to apply to the edges. Read/write double.

        Specified by:
        setRadius in interface ISoftEdge
      • getParent_Immediate

        public final com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.

      • equals

        public boolean equals(java.lang.Object obj)

        Determines whether the specified SoftEdge is equal to the current SoftEdge.

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - The SoftEdge to compare.
        Returns:
        true if objects are equal; otherwise, false.
      • hashCode

        public int hashCode()

        Serves as a hash function for a particular type.

        Overrides:
        hashCode in class java.lang.Object
        Returns:
        A hash code for the current object.