public class AlphaReplace extends ImageTransformOperation implements IAlphaReplace
Represents and Alpha Replace effect. Effect alpha (opacity) values are replaced by a fixed alpha.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
AlphaReplace is equal to the current AlphaReplace . |
AlphaReplaceEffectiveData |
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 AlphaReplaceEffectiveData getEffective()
public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaReplace
is equal to the current AlphaReplace
.
equals
in class PVIObject
obj
- The AlphaReplace
to compare.