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.awt.Color getFromColor()
      Returns color which will be replaced.
      java.awt.Color 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

      • 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.