com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ColorChangeEffectiveData

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Determines whether the specified ColorChangeEffectiveData is equal to the current ColorChangeEffectiveData.
      java.lang.Integer getFromColor()
      Returns color which will be replaced.
      java.lang.Integer getToColor()
      Returns color which will replace.
      boolean getUseAlpha()
      Returns a boolean value which determines if alpha component should be used.
      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

      • getFromColor

        public final java.lang.Integer getFromColor()

        Returns color which will be replaced. Read-only Integer.

        Specified by:
        getFromColor in interface IColorChangeEffectiveData
      • getToColor

        public final java.lang.Integer getToColor()

        Returns color which will replace. Read-only Integer.

        Specified by:
        getToColor in interface IColorChangeEffectiveData
      • getUseAlpha

        public final boolean getUseAlpha()

        Returns a boolean value which determines if alpha component should be used. Read-only boolean.

        Specified by:
        getUseAlpha in interface IColorChangeEffectiveData
      • 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.