com.aspose.slides.pptx.effects
Class FillOverlay

java.lang.Object
  extended by com.aspose.slides.pptx.effects.ImageTransformOperationEx
      extended by com.aspose.slides.pptx.effects.FillOverlay
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class FillOverlay
extends ImageTransformOperationEx

Fill Overlay effect.

A fill overlay may be used to specify an additional fill for an object and blend the two fills together.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.slides.pptx.effects.ImageTransformOperationEx
ImageTransformOperationEx.PixelEffectDelegate, ImageTransformOperationEx.PixelEffectDelegate1
 
Constructor Summary
FillOverlay()
          Fill Overlay effect constructor.
 
Method Summary
 FillBlendModeEx getBlend()
          Returns the fill blend mode.
 FillFormatEx getFillFormat()
          Returns the fill format.
 void setBlend(FillBlendModeEx value)
          Sets the fill blend mode.
 void setFillFormat(FillFormatEx value)
          Sets the fill format.
 
Methods inherited from class com.aspose.slides.pptx.effects.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()
Returns the fill format.


setFillFormat

public void setFillFormat(FillFormatEx value)
Sets the fill format.

Parameters:
value - new fill format.

getBlend

public FillBlendModeEx getBlend()
Returns the fill blend mode.


setBlend

public void setBlend(FillBlendModeEx value)
Sets the fill blend mode.

Parameters:
value - new fill blend mode.