public class FillOverlayEffectiveData extends EffectEffectiveData implements IFillOverlayEffectiveData
Immutable object which represents a Fill Overlay effect. A fill overlay may be used to specify an additional fill for an object and blend the two fills together.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
FillOverlayEffectiveData is equal to the current FillOverlayEffectiveData . |
int |
getBlend()
Determines how one fill drawn over another.
|
IFillFormatEffectiveData |
getFillFormat()
Returns a overlaying fill properties.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
public final int getBlend()
Determines how one fill drawn over another.
Read-only FillBlendMode
.
getBlend
in interface IFillOverlayEffectiveData
public final IFillFormatEffectiveData getFillFormat()
Returns a overlaying fill properties.
Read-only IFillFormatEffectiveData
.
getFillFormat
in interface IFillOverlayEffectiveData
public boolean equals(java.lang.Object obj)
Determines whether the specified FillOverlayEffectiveData
is equal to the current FillOverlayEffectiveData
.
equals
in class java.lang.Object
obj
- The FillOverlayEffectiveData
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object