AlphaBiLevel

AlphaBiLevel class

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).

equals

NameDescription
equals(Object)Determines whether the specified AlphaBiLevel is equal to the current AlphaBiLevel.

Parameters:

NameTypeDescription
objObjectThe AlphaBiLevel to compare.

Result: boolean


getEffective

NameDescription
getEffective()Gets effective Alpha Bi-Level effect data with the inheritance applied.

Result: AlphaBiLevelEffectiveData


getParent_IPresentationComponent

NameDescription
getParent_IPresentationComponent()

getParent_ISlideComponent

NameDescription
getParent_ISlideComponent()

getParent_Immediate

NameDescription
getParent_Immediate()

getPresentation

NameDescription
getPresentation()

Result: Presentation


getSlide

NameDescription
getSlide()

Result: BaseSlide


getThreshold

NameDescription
getThreshold()Returns effect threshold. Read/write float.

Result: float


getVersion

NameDescription
getVersion()

Result: long


hashCode

NameDescription
hashCode()Serves as a hash function for a particular type.

Result: int


setThreshold

NameDescription
setThreshold(float)Returns effect threshold. Read/write float.