|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectEffectiveData
com.aspose.slides.FillOverlayEffectiveData
public class FillOverlayEffectiveData
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 |
---|
public int getBlend()
Determines how one fill drawn over another.
Read-only FillBlendMode
.
getBlend
in interface IFillOverlayEffectiveData
public IFillFormatEffectiveData getFillFormat()
Returns a overlaying fill properties.
Read-only IFillFormatEffectiveData
.
getFillFormat
in interface IFillOverlayEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |