public class FillOverlay extends ImageTransformOperation implements IFillOverlay
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
FillOverlay is equal to the current FillOverlay . |
int |
getBlend()
FillBlendMode.
|
FillOverlayEffectiveData |
getEffective() |
IFillFormat |
getFillFormat()
Fill format.
|
long |
getVersion()
Version.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
void |
setBlend(int value)
FillBlendMode.
|
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, reset_Parent_IPresentationComponent
public final IFillFormat getFillFormat()
Fill format.
Read-only IFillFormat
.
getFillFormat
in interface IFillOverlay
public final int getBlend()
FillBlendMode.
Read/write FillBlendMode
.
getBlend
in interface IFillOverlay
public final void setBlend(int value)
FillBlendMode.
Read/write FillBlendMode
.
setBlend
in interface IFillOverlay
public final FillOverlayEffectiveData getEffective()
public long getVersion()
Version.
Read-only long
.
getVersion
in class ImageTransformOperation
public boolean equals(java.lang.Object obj)
Determines whether the specified FillOverlay
is equal to the current FillOverlay
.
equals
in class PVIObject
obj
- The FillOverlay
to compare.