public final class AlphaInverse extends ImageTransformOperation implements IAlphaInverse
Represents an Alpha Inverse effect. Alpha (opacity) values are inverted by subtracting from 100%.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
AlphaInverse is equal to the current AlphaInverse . |
IAlphaInverseEffectiveData |
getEffective()
Gets effective Alpha Inverse effect data with the inheritance applied.
|
long |
getVersion()
Version.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, reset_Parent_IPresentationComponent
public final IAlphaInverseEffectiveData getEffective()
Gets effective Alpha Inverse effect data with the inheritance applied.
getEffective
in interface IAccessiblePVIObject<IAlphaInverseEffectiveData>
IAlphaInverseEffectiveData
.public long getVersion()
Version.
Read-only long
.
getVersion
in class ImageTransformOperation
public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaInverse
is equal to the current AlphaInverse
.
equals
in class PVIObject
obj
- The AlphaInverse
to compare.