|
||||||||
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.BlurEffectiveData
public class BlurEffectiveData
Immutable object which represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.
Method Summary | |
---|---|
boolean |
getGrow()
Determines whether effect spreads beyond shape border. |
double |
getRadius()
Blur radius. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getRadius()
Blur radius.
Read-only double
.
getRadius
in interface IBlurEffectiveData
public boolean getGrow()
Determines whether effect spreads beyond shape border.
Read-only boolean
.
getGrow
in interface IBlurEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |