com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class AlphaBiLevel

  • All Implemented Interfaces:
    IAlphaBiLevel, IImageTransformOperation, java.lang.Cloneable


    public class AlphaBiLevel
    extends ImageTransformOperation
    implements IAlphaBiLevel

    Represents an Alpha Bi-Level effect. Alpha (Opacity) values less than the threshold are changed to 0 (fully transparent) and alpha values greater than or equal to the threshold are changed to 100% (fully opaque).

    • Method Detail

      • getThreshold

        public final float getThreshold()

        Returns effect threshold. Read/write float.

        Specified by:
        getThreshold in interface IAlphaBiLevel
      • setThreshold

        public final void setThreshold(float value)

        Returns effect threshold. Read/write float.

        Specified by:
        setThreshold in interface IAlphaBiLevel
      • equals

        public boolean equals(java.lang.Object obj)

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

        Overrides:
        equals in class PVIObject
        Parameters:
        obj - The AlphaBiLevel 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 PVIObject
        Returns:
        A hash code for the current object.