public 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.
|
getVersion
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, reset_Parent_IPresentationComponent
public 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 PVIObject
obj
- The AlphaFloor
to compare.