public final class AlphaBiLevel extends ImageTransformOperation implements IAlphaBiLevel
Represents an Alpha Bi-Level effect. Alpha (Opacity) values less than the threshold are changed to 0 (fully transparent) and alpha values greater than or equal to the threshold are changed to 100% (fully opaque).
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
AlphaBiLevel is equal to the current AlphaBiLevel. |
IAlphaBiLevelEffectiveData |
getEffective()
Gets effective Alpha Bi-Level effect data with the inheritance applied.
|
float |
getThreshold()
Returns effect threshold.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
void |
setThreshold(float value)
Returns effect threshold.
|
getVersiongetParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlidepublic final float getThreshold()
Returns effect threshold.
Read/write float.
getThreshold in interface IAlphaBiLevelpublic final void setThreshold(float value)
Returns effect threshold.
Read/write float.
setThreshold in interface IAlphaBiLevelpublic final IAlphaBiLevelEffectiveData getEffective()
Gets effective Alpha Bi-Level effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IAlphaBiLevelEffectiveData>IAlphaBiLevelEffectiveData.public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaBiLevel is equal to the current AlphaBiLevel.
equals in class PVIObjectobj - The AlphaBiLevel to compare.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.