com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class BlurEffectiveData

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Determines whether the specified BlurEffectiveData is equal to the current BlurEffectiveData.
      boolean getGrow()
      Determines whether effect spreads beyond shape border.
      double getRadius()
      Blur radius.
      int hashCode()
      Serves as a hash function for a particular type.
      • Methods inherited from class java.lang.Object

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

      • getGrow

        public final boolean getGrow()

        Determines whether effect spreads beyond shape border. Read-only boolean.

        Specified by:
        getGrow in interface IBlurEffectiveData
      • equals

        public boolean equals(java.lang.Object obj)

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

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