com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class InnerShadow

  • java.lang.Object
    • com.aspose.slides.InnerShadow
  • All Implemented Interfaces:
    IInnerShadow, java.lang.Cloneable


    public class InnerShadow
    extends java.lang.Object
    implements IInnerShadow, java.lang.Cloneable

    Represents a inner shadow effect.

    • Method Detail

      • getBlurRadius

        public final double getBlurRadius()

        Blur radius. Read/write double.

        Specified by:
        getBlurRadius in interface IInnerShadow
      • setBlurRadius

        public final void setBlurRadius(double value)

        Blur radius. Read/write double.

        Specified by:
        setBlurRadius in interface IInnerShadow
      • getDirection

        public final float getDirection()

        Direction of shadow. Read/write float.

        Specified by:
        getDirection in interface IInnerShadow
      • setDirection

        public final void setDirection(float value)

        Direction of shadow. Read/write float.

        Specified by:
        setDirection in interface IInnerShadow
      • getDistance

        public final double getDistance()

        Distance of shadow. Read/write double.

        Specified by:
        getDistance in interface IInnerShadow
      • setDistance

        public final void setDistance(double value)

        Distance of shadow. Read/write double.

        Specified by:
        setDistance in interface IInnerShadow
      • 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 InnerShadow is equal to the current InnerShadow.

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