com.aspose.slides
Class FillOverlay

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperation
      extended by com.aspose.slides.FillOverlay
All Implemented Interfaces:
IFillOverlay, IImageTransformOperation, IPresentationComponent, ISlideComponent, java.lang.Cloneable

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.


Constructor Summary
FillOverlay()
           Fill Overlay effect constructor.
 
Method Summary
 int getBlend()
           FillBlendMode.
 IFillFormat getFillFormat()
           Fill format.
 EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
           
 void setBlend(int value)
           
 void setFillFormat(IFillFormat value)
           
 
Methods inherited from class com.aspose.slides.ImageTransformOperation
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Constructor Detail

FillOverlay

public FillOverlay()

Fill Overlay effect constructor.

Method Detail

getFillFormat

public IFillFormat getFillFormat()

Fill format.

Specified by:
getFillFormat in interface IFillOverlay

setFillFormat

public void setFillFormat(IFillFormat value)
Specified by:
setFillFormat in interface IFillOverlay

getBlend

public int getBlend()

FillBlendMode.

Specified by:
getBlend in interface IFillOverlay

setBlend

public void setBlend(int value)
Specified by:
setBlend in interface IFillOverlay

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)