public class AlphaCeiling extends ImageTransformOperation implements IAlphaCeiling
Represents an Alpha Ceiling effect. Alpha (opacity) values greater than zero are changed to 100%. In other words, anything partially opaque becomes fully opaque.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
AlphaCeiling is equal to the current AlphaCeiling . |
AlphaCeilingEffectiveData |
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 final AlphaCeilingEffectiveData getEffective()
public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaCeiling
is equal to the current AlphaCeiling
.
equals
in class PVIObject
obj
- The AlphaCeiling
to compare.