com.aspose.slides
Class FillOverlay

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperationEx
      extended by com.aspose.slides.FillOverlay
All Implemented Interfaces:
java.lang.Cloneable

public class FillOverlay
extends ImageTransformOperationEx

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()
           FillBlendModeEx.
 FillFormatEx getFillFormat()
           Fill format.
 EffectDataEx getReadonly(BaseSlideEx slide, com.aspose.slides.ColorFormatEx.FloatColor styleColor)
           
 void setBlend(int value)
           
 void setFillFormat(FillFormatEx value)
           
 
Methods inherited from class com.aspose.slides.ImageTransformOperationEx
getPresentation, getSlide
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FillOverlay

public FillOverlay()

Fill Overlay effect constructor.

Method Detail

getFillFormat

public FillFormatEx getFillFormat()

Fill format.


setFillFormat

public void setFillFormat(FillFormatEx value)

getBlend

public int getBlend()

FillBlendModeEx.


setBlend

public void setBlend(int value)

getReadonly

public EffectDataEx getReadonly(BaseSlideEx slide,
                                com.aspose.slides.ColorFormatEx.FloatColor styleColor)