com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class Glow

  • java.lang.Object
    • com.aspose.slides.Glow
  • All Implemented Interfaces:
    IGlow, java.lang.Cloneable


    public class Glow
    extends java.lang.Object
    implements IGlow, java.lang.Cloneable

    Represents a glow effect, in which a color blurred outline is added outside the edges of the object.

    • Method Detail

      • getRadius

        public final double getRadius()

        Radius. Read/write double.

        Specified by:
        getRadius in interface IGlow
      • setRadius

        public final void setRadius(double value)

        Radius. Read/write double.

        Specified by:
        setRadius in interface IGlow
      • 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 Glow is equal to the current Glow.

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - The Glow 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.