public 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 . |
AlphaInverseEffectiveData |
getEffective() |
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 AlphaInverseEffectiveData getEffective()
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.