public class BlurEffectiveData extends EffectEffectiveData<Blur,BlurEffectiveData> implements IBlurEffectiveData
Immutable object which represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
boolean |
getGrow()
Determines whether effect spreads beyond shape border.
|
double |
getRadius()
Blur 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()
Blur radius.
Read-only double
.
getRadius
in interface IBlurEffectiveData
public final boolean getGrow()
Determines whether effect spreads beyond shape border.
Read-only boolean
.
getGrow
in interface IBlurEffectiveData
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<Blur,BlurEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<Blur,BlurEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.