public final class AlphaFloor extends ImageTransformOperation implements IAlphaFloor
Represents an Alpha Floor effect. Alpha (opacity) values less than 100% are changed to zero. In other words, anything partially transparent becomes fully transparent.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
AlphaFloor is equal to the current AlphaFloor. |
IAlphaFloorEffectiveData |
getEffective()
Gets effective Alpha Floor effect data with the inheritance applied.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
getVersiongetParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlidepublic final IAlphaFloorEffectiveData getEffective()
Gets effective Alpha Floor effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IAlphaFloorEffectiveData>IAlphaFloorEffectiveData.public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaFloor is equal to the current AlphaFloor.
equals in class PVIObjectobj - The AlphaFloor to compare.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.