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 . |
IAlphaCeilingEffectiveData |
getEffective()
Gets effective Alpha Ceiling effect data with the inheritance applied.
|
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 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 PVIObject
obj
- The AlphaCeiling
to compare.Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.