public class AlphaModulateFixed extends ImageTransformOperation implements IAlphaModulateFixed
Represents an Alpha Modulate Fixed effect. Effect alpha (opacity) values are multiplied by a fixed percentage.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
AlphaModulateFixed is equal to the current AlphaModulateFixed . |
float |
getAmount()
Returns an amount of effect in percents.
|
IAlphaModulateFixedEffectiveData |
getEffective()
Gets effective Alpha Modulate Fixed effect data with the inheritance applied.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
void |
setAmount(float value)
Returns an amount of effect in percents.
|
getVersion
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, reset_Parent_IPresentationComponent
public final float getAmount()
Returns an amount of effect in percents.
Read/write float
.
getAmount
in interface IAlphaModulateFixed
public final void setAmount(float value)
Returns an amount of effect in percents.
Read/write float
.
setAmount
in interface IAlphaModulateFixed
public final IAlphaModulateFixedEffectiveData getEffective()
Gets effective Alpha Modulate Fixed effect data with the inheritance applied.
getEffective
in interface IAccessiblePVIObject<IAlphaModulateFixedEffectiveData>
IAlphaModulateFixedEffectiveData
.public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaModulateFixed
is equal to the current AlphaModulateFixed
.
equals
in class PVIObject
obj
- The AlphaModulateFixed
to compare.