public final 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. |
IAlphaCeilingEffectiveData |
getEffective()
Gets effective Alpha Ceiling effect data with the inheritance applied.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
getVersiongetParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlidepublic final IAlphaCeilingEffectiveData getEffective()
Gets effective Alpha Ceiling effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IAlphaCeilingEffectiveData>IAlphaCeilingEffectiveData.public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaCeiling is equal to the current AlphaCeiling.
equals in class PVIObjectobj - The AlphaCeiling to compare.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.