|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.effects.ImageTransformOperationEx
com.aspose.slides.pptx.effects.Blur
public class Blur
Blur effect.
Applied to the entire shape, including its fill. All color channels, including alpha, are affected.
Constructor Summary | |
---|---|
Blur(double radius,
boolean grow)
Blur effect constructor. |
Method Summary | |
---|---|
double |
getRadius()
Returns the radius of a blur. |
boolean |
isGrow()
Determines whether the bounds of the object should be grown as a result of the blurring. |
void |
setGrow(boolean value)
Sets whether the bounds of the object should be grown as a result of the blurring. |
void |
setRadius(double value)
Sets the radius of a blur. |
Methods inherited from class com.aspose.slides.pptx.effects.ImageTransformOperationEx |
---|
getPresentation, getSlide |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Blur(double radius, boolean grow)
radius
- The radius of blur.grow
- Specifies 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 notMethod Detail |
---|
public double getRadius()
public void setRadius(double value)
public boolean isGrow()
public void setGrow(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |