public class SoftEdgeEffectiveData extends EffectEffectiveData<SoftEdge,SoftEdgeEffectiveData> implements ISoftEdgeEffectiveData
Immutable object which represents a soft edge effect. The edges of the shape are blurred, while the fill is not affected.
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
double |
getRadius()
SoftEdge radius.
|
java.lang.String |
getStringData() |
void |
resolveFontDatas(IBaseSlide slide) |
void |
resolveStyledColors(IBaseSlide slide,
com.aspose.slides.StyleColorEffectiveData styleColor) |
getActualVersion, getInstanceId, updateCache
equals, hashCode
public final double getRadius()
SoftEdge radius.
Read-only double
.
getRadius
in interface ISoftEdgeEffectiveData
public void resolveStyledColors(IBaseSlide slide, com.aspose.slides.StyleColorEffectiveData styleColor)
public void resolveFontDatas(IBaseSlide slide)
public com.aspose.slides.TrueColorBitmap apply(com.aspose.slides.TrueColorBitmap img)
apply
in class EffectEffectiveData<SoftEdge,SoftEdgeEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<SoftEdge,SoftEdgeEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.