com.spire.presentation.drawing
Class BlurNode
java.lang.Object
com.spire.presentation.drawing.EffectNode
com.spire.presentation.drawing.BlurNode
public class BlurNode
- extends EffectNode
Represents a Blur effect that is applied to the entire shape, including its fill.
All color channels, including alpha, are affected.
Constructor Summary |
BlurNode(double radius,
boolean grow)
|
Method Summary |
boolean |
getGrow()
Indicates whether effect spreads beyond shape border. |
double |
getRadius()
Blur radius. |
BlurNode
public BlurNode(double radius,
boolean grow)
getRadius
public double getRadius()
- Blur radius.
Readonly .
- Returns:
getGrow
public boolean getGrow()
- Indicates whether effect spreads beyond shape border.
Readonly .
- Returns: