FillOverlay

Inheritance: java.lang.Object, com.aspose.slides.PVIObject, com.aspose.slides.ImageTransformOperation

All Implemented Interfaces: com.aspose.slides.IFillOverlay, com.aspose.slides.IVisualEffect

public final class FillOverlay extends ImageTransformOperation implements IFillOverlay, IVisualEffect

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.

Methods

MethodDescription
getFillFormat()Fill format.
getBlend()FillBlendMode.
setBlend(int value)FillBlendMode.
getEffective()Gets effective Fill Overlay effect data with the inheritance applied.
getVersion()
equals(Object obj)Determines whether the specified FillOverlay is equal to the current FillOverlay.
hashCode()Serves as a hash function for a particular type.

getFillFormat()

public final IFillFormat getFillFormat()

Fill format. Read-only IFillFormat.

Returns: IFillFormat

getBlend()

public final int getBlend()

FillBlendMode. Read/write FillBlendMode.

Returns: int

setBlend(int value)

public final void setBlend(int value)

FillBlendMode. Read/write FillBlendMode.

Parameters:

ParameterTypeDescription
valueint

getEffective()

public final IFillOverlayEffectiveData getEffective()

Gets effective Fill Overlay effect data with the inheritance applied.

Returns: IFillOverlayEffectiveData - A IFillOverlayEffectiveData.

getVersion()

public long getVersion()

Version. Read-only long.

Returns: long

equals(Object obj)

public boolean equals(Object obj)

Determines whether the specified FillOverlay is equal to the current FillOverlay.

Parameters:

ParameterTypeDescription
objjava.lang.ObjectThe FillOverlay to compare.

Returns: boolean - true if objects are equal; otherwise, false.

hashCode()

public int hashCode()

Serves as a hash function for a particular type.

Returns: int - A hash code for the current object.