com.aspose.slides
Class FillOverlayEffectiveData

java.lang.Object
  extended by com.aspose.slides.EffectEffectiveData
      extended by com.aspose.slides.FillOverlayEffectiveData
All Implemented Interfaces:
IEffectEffectiveData, IFillOverlayEffectiveData

public class FillOverlayEffectiveData
extends EffectEffectiveData
implements IFillOverlayEffectiveData

Immutable object which 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.


Method Summary
 int getBlend()
           Determines how one fill drawn over another.
 IFillFormatEffectiveData getFillFormat()
           Returns a overlaying fill properties.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBlend

public int getBlend()

Determines how one fill drawn over another. Read-only FillBlendMode.

Specified by:
getBlend in interface IFillOverlayEffectiveData

getFillFormat

public IFillFormatEffectiveData getFillFormat()

Returns a overlaying fill properties. Read-only IFillFormatEffectiveData.

Specified by:
getFillFormat in interface IFillOverlayEffectiveData


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.