com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class TintEffectiveData

    • Method Detail

      • getHue

        public final float getHue()

        Returns hue. Read-only float.

        Specified by:
        getHue in interface ITintEffectiveData
      • getAmount

        public final float getAmount()

        Returns effect amount. Read-only float.

        Specified by:
        getAmount in interface ITintEffectiveData
      • equals

        public boolean equals(java.lang.Object obj)

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

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