AlphaFloor
Inheritance: java.lang.Object, com.aspose.slides.PVIObject, com.aspose.slides.ImageTransformOperation
All Implemented Interfaces: com.aspose.slides.IAlphaFloor, com.aspose.slides.IVisualEffect
public final class AlphaFloor extends ImageTransformOperation implements IAlphaFloor, IVisualEffect
Represents an Alpha Floor effect. Alpha (opacity) values less than 100% are changed to zero. In other words, anything partially transparent becomes fully transparent.
Methods
| Method | Description |
|---|---|
| getEffective() | Gets effective Alpha Floor effect data with the inheritance applied. |
| equals(Object obj) | Determines whether the specified AlphaFloor is equal to the current AlphaFloor. |
| hashCode() | Serves as a hash function for a particular type. |
getEffective()
public final IAlphaFloorEffectiveData getEffective()
Gets effective Alpha Floor effect data with the inheritance applied.
Returns: IAlphaFloorEffectiveData - A IAlphaFloorEffectiveData.
equals(Object obj)
public boolean equals(Object obj)
Determines whether the specified AlphaFloor is equal to the current AlphaFloor.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | java.lang.Object | The AlphaFloor to compare. |
Returns: boolean - true if objects are equal; otherwise, false.
hashCode()
public int hashCode()
Serves as a hash function for a particular type.
Returns: int - A hash code for the current object.