com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class OuterShadow

  • java.lang.Object
    • com.aspose.slides.OuterShadow
  • All Implemented Interfaces:
    IOuterShadow, java.lang.Cloneable


    public class OuterShadow
    extends java.lang.Object
    implements IOuterShadow, java.lang.Cloneable

    Represents a outer shadow effect.

    • Method Detail

      • getBlurRadius

        public final double getBlurRadius()

        Blur radius. Read/write double.

        Specified by:
        getBlurRadius in interface IOuterShadow
      • setBlurRadius

        public final void setBlurRadius(double value)

        Blur radius. Read/write double.

        Specified by:
        setBlurRadius in interface IOuterShadow
      • getDirection

        public final float getDirection()

        Direction of shadow. Read/write float.

        Specified by:
        getDirection in interface IOuterShadow
      • setDirection

        public final void setDirection(float value)

        Direction of shadow. Read/write float.

        Specified by:
        setDirection in interface IOuterShadow
      • getDistance

        public final double getDistance()

        Distance of shadow. Read/write double.

        Specified by:
        getDistance in interface IOuterShadow
      • setDistance

        public final void setDistance(double value)

        Distance of shadow. Read/write double.

        Specified by:
        setDistance in interface IOuterShadow
      • getSkewHorizontal

        public final double getSkewHorizontal()

        Specifies the horizontal skew angle (in degrees). Read/write double.

        Specified by:
        getSkewHorizontal in interface IOuterShadow
      • setSkewHorizontal

        public final void setSkewHorizontal(double value)

        Specifies the horizontal skew angle (in degrees). Read/write double.

        Specified by:
        setSkewHorizontal in interface IOuterShadow
      • getSkewVertical

        public final double getSkewVertical()

        Specifies the vertical skew angle (in degrees). Read/write double.

        Specified by:
        getSkewVertical in interface IOuterShadow
      • setSkewVertical

        public final void setSkewVertical(double value)

        Specifies the vertical skew angle (in degrees). Read/write double.

        Specified by:
        setSkewVertical in interface IOuterShadow
      • getRotateShadowWithShape

        public final boolean getRotateShadowWithShape()

        Specifies whether the shadow should rotate with the shape if the shape is rotated. Read/write boolean.

        Specified by:
        getRotateShadowWithShape in interface IOuterShadow
      • setRotateShadowWithShape

        public final void setRotateShadowWithShape(boolean value)

        Specifies whether the shadow should rotate with the shape if the shape is rotated. Read/write boolean.

        Specified by:
        setRotateShadowWithShape in interface IOuterShadow
      • getScaleHorizontal

        public final double getScaleHorizontal()

        Specifies the horizontal scaling factor, negative scaling causes a flip. Read/write double.

        Specified by:
        getScaleHorizontal in interface IOuterShadow
      • setScaleHorizontal

        public final void setScaleHorizontal(double value)

        Specifies the horizontal scaling factor, negative scaling causes a flip. Read/write double.

        Specified by:
        setScaleHorizontal in interface IOuterShadow
      • getScaleVertical

        public final double getScaleVertical()

        Specifies the vertical scaling factor, negative scaling causes a flip. Read/write double.

        Specified by:
        getScaleVertical in interface IOuterShadow
      • setScaleVertical

        public final void setScaleVertical(double value)

        Specifies the vertical scaling factor, negative scaling causes a flip. Read/write double.

        Specified by:
        setScaleVertical in interface IOuterShadow
      • 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 OuterShadow is equal to the current OuterShadow.

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