|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.drawing.ImageTransformOperationEx
com.spire.presentation.drawing.BlendEffect
public class BlendEffect
Represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.
| Constructor Summary | |
|---|---|
BlendEffect(double radius,
boolean isGrow)
Blur effect constructor. |
|
BlendEffect(PptxBaseXmlElement source)
|
|
| Method Summary | |
|---|---|
double |
getRadius()
Gets blur radius. |
boolean |
isGrow()
Indicates whether the bounds of the object should be grown as a result of the blurring. |
void |
isGrow(boolean value)
|
void |
setRadius(double value)
Sets blur radius. |
| Methods inherited from interface com.spire.presentation.ISlideComponent |
|---|
getSlide |
| Methods inherited from interface com.spire.presentation.IActivePresentation |
|---|
getPresentation |
| Constructor Detail |
|---|
public BlendEffect(double radius,
boolean isGrow)
radius - The radius of blur.isGrow - 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 not.public BlendEffect(PptxBaseXmlElement source)
| Method Detail |
|---|
public double getRadius()
public void setRadius(double value)
public boolean isGrow()
public void isGrow(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||