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 . |
AlphaFloorEffectiveData |
getEffective() |
int |
hashCode()
Serves as a hash function for a particular type.
|
getVersion
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, reset_Parent_IPresentationComponent
public AlphaFloorEffectiveData getEffective()
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.