|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImageTransformOperation
com.aspose.slides.Blur
public class Blur
Represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.
Method Summary | |
---|---|
com.aspose.slides.EffectEffectiveDataPVITemp |
getEffective()
|
EffectEffectiveData |
getEffective(BaseSlide slide,
com.aspose.slides.util.FloatColor styleColor)
|
boolean |
getGrow()
Determines whether the bounds of the object should be grown as a result of the blurring. |
double |
getRadius()
Returns or sets blur radius. |
void |
setGrow(boolean value)
Determines whether the bounds of the object should be grown as a result of the blurring. |
void |
setRadius(double value)
Returns or sets blur radius. |
Methods inherited from class com.aspose.slides.ImageTransformOperation |
---|
getParent_Immediate, getVersion |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getRadius()
Returns or sets blur radius.
Read/write double
.
getRadius
in interface IBlur
public void setRadius(double value)
Returns or sets blur radius.
Read/write double
.
setRadius
in interface IBlur
public boolean getGrow()
Determines whether the bounds of the object should be grown as a result of the blurring.
True indicates the bounds are grown while false indicates that they are not.
Read/write boolean
.
getGrow
in interface IBlur
public void setGrow(boolean value)
Determines whether the bounds of the object should be grown as a result of the blurring.
True indicates the bounds are grown while false indicates that they are not.
Read/write boolean
.
setGrow
in interface IBlur
public final EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |