public 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 . |
AlphaBiLevelEffectiveData |
getEffective() |
float |
getThreshold()
Returns effect threshold.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
void |
setThreshold(float value)
Returns effect threshold.
|
getVersion
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, reset_Parent_IPresentationComponent
public final float getThreshold()
Returns effect threshold.
Read/write float
.
getThreshold
in interface IAlphaBiLevel
public final void setThreshold(float value)
Returns effect threshold.
Read/write float
.
setThreshold
in interface IAlphaBiLevel
public final AlphaBiLevelEffectiveData getEffective()
public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaBiLevel
is equal to the current AlphaBiLevel
.
equals
in class PVIObject
obj
- The AlphaBiLevel
to compare.