public class AlphaModulateEffectiveData extends EffectEffectiveData implements IAlphaModulateEffectiveData
Immutable object which represents an Alpha Modulate effect. Effect alpha (opacity) values are multiplied by a fixed percentage. The effect container specifies an effect containing alpha values to modulate.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
AlphaModulateEffectiveData is equal to the current AlphaModulateEffectiveData . |
int |
hashCode()
Serves as a hash function for a particular type.
|
public boolean equals(java.lang.Object obj)
Determines whether the specified AlphaModulateEffectiveData
is equal to the current AlphaModulateEffectiveData
.
equals
in class java.lang.Object
obj
- The AlphaModulateEffectiveData
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object